Skip to content
Snippets Groups Projects
Commit ea4e6f19 authored by Matti Pellika's avatar Matti Pellika
Browse files

Debugging crash in windows ... see you tomorrow nightly build.

parent 3c4fccec
No related branches found
No related tags found
No related merge requests found
...@@ -518,7 +518,7 @@ void Chain<C>::addToModel(GModel* m, bool post, ...@@ -518,7 +518,7 @@ void Chain<C>::addToModel(GModel* m, bool post,
if(opt->tangents == 0) opt->tangents = size; if(opt->tangents == 0) opt->tangents = size;
if(opt->normals == 0) opt->normals = size; if(opt->normals == 0) opt->normals = size;
view->setOptions(opt); view->setOptions(opt);
updateFltkTree(); //updateFltkTree();
} }
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment