Browse Source

assimp_cmd now specifies the GLOB_MEASURE_TIME propery

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@781 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 15 years ago
parent
commit
9d69165ae7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/assimp_cmd/Main.cpp

+ 1 - 0
tools/assimp_cmd/Main.cpp

@@ -112,6 +112,7 @@ int main (int argc, char* argv[])
 	// construct a global Assimp::Importer instance
 	// because all further tools rely on it
 	Assimp::Importer imp;
+	imp.SetPropertyBool("GLOB_MEASURE_TIME",true);
 	globalImporter = &imp;
 
 	// assimp listext