[Orxonox-commit 2195] r6911 - code/branches/lod/src/orxonox/graphics

kolibri7 at orxonox.net kolibri7 at orxonox.net
Mon May 17 15:28:36 CEST 2010


Author: kolibri7
Date: 2010-05-17 15:28:36 +0200 (Mon, 17 May 2010)
New Revision: 6911

Modified:
   code/branches/lod/src/orxonox/graphics/Model.cc
Log:
*deleted a default values function call

Modified: code/branches/lod/src/orxonox/graphics/Model.cc
===================================================================
--- code/branches/lod/src/orxonox/graphics/Model.cc	2010-05-17 13:22:10 UTC (rev 6910)
+++ code/branches/lod/src/orxonox/graphics/Model.cc	2010-05-17 13:28:36 UTC (rev 6911)
@@ -62,7 +62,7 @@
     {
         SUPER(Model, XMLPort, xmlelement, mode);
         
-        XMLPortParam(Model, "lodLevel", setLodLevel, getLodLevel, xmlelement, mode).defaultValues(5);
+        XMLPortParam(Model, "lodLevel", setLodLevel, getLodLevel, xmlelement, mode);
         
         XMLPortParam(Model, "mesh", setMeshSource, getMeshSource, xmlelement, mode);
         XMLPortParam(Model, "shadow", setCastShadows, getCastShadows, xmlelement, mode).defaultValues(true);




More information about the Orxonox-commit mailing list