|
From: <cn...@us...> - 2009-11-03 08:21:51
|
Revision: 595
http://hgengine.svn.sourceforge.net/hgengine/?rev=595&view=rev
Author: cnlohr
Date: 2009-11-03 08:21:44 +0000 (Tue, 03 Nov 2009)
Log Message:
-----------
remove xml exporting (debugging thing shouldn't have been committed)
Modified Paths:
--------------
Mercury2/src/Mercury2.cpp
Modified: Mercury2/src/Mercury2.cpp
===================================================================
--- Mercury2/src/Mercury2.cpp 2009-11-03 08:20:45 UTC (rev 594)
+++ Mercury2/src/Mercury2.cpp 2009-11-03 08:21:44 UTC (rev 595)
@@ -178,9 +178,9 @@
}
//Uncomment to enable scenegraph saving.
- MString st;
- root->SaveToXML( st );
- StringToFile( "test.xml", st );
+// MString st;
+// root->SaveToXML( st );
+// StringToFile( "test.xml", st );
}
while ( w->PumpMessages() );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|