From ea4e6f1965a7cb89b17eeaf0b093bbde76f0c17c Mon Sep 17 00:00:00 2001 From: Matti Pellika <matti.pellikka@tut.fi> Date: Tue, 29 Jan 2013 16:09:37 +0000 Subject: [PATCH] Debugging crash in windows ... see you tomorrow nightly build. --- Geo/Chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geo/Chain.h b/Geo/Chain.h index 0873fe4876..b60e02b490 100644 --- a/Geo/Chain.h +++ b/Geo/Chain.h @@ -518,7 +518,7 @@ void Chain<C>::addToModel(GModel* m, bool post, if(opt->tangents == 0) opt->tangents = size; if(opt->normals == 0) opt->normals = size; view->setOptions(opt); - updateFltkTree(); + //updateFltkTree(); } #endif } -- GitLab