diff --git a/examples/osgvertexattributes/osgvertexattributes.cpp b/examples/osgvertexattributes/osgvertexattributes.cpp index 44ecec520..664095399 100644 --- a/examples/osgvertexattributes/osgvertexattributes.cpp +++ b/examples/osgvertexattributes/osgvertexattributes.cpp @@ -397,7 +397,7 @@ int main(int argc, char *argv[]) osg::ref_ptr loadedModel; - bool runConvertToVertexAttributes = true; + bool runConvertToVertexAttributes = false; if (arguments.read("--simple") || arguments.read("--s")) { loadedModel = createSimpleTestModel();