From 81a42f192591281a8c575af5e8913e1867379d65 Mon Sep 17 00:00:00 2001 From: granzuglia Date: Thu, 29 Jun 2006 07:20:16 +0000 Subject: [PATCH] newer version --- wrap/io_trimesh/import_dae.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_trimesh/import_dae.h b/wrap/io_trimesh/import_dae.h index 77aca153..cb5e6312 100644 --- a/wrap/io_trimesh/import_dae.h +++ b/wrap/io_trimesh/import_dae.h @@ -69,7 +69,7 @@ public: //for any mesh in the collada file - for(unsigned int ii = 0;ii < geomsh.size();++ii) + for(unsigned int ii = 0;ii < geomsh.size();++ii) { if (!geolib->GetEntity(ii)->IsMesh()) {