[Orxonox-commit 3077] r7771 - code/branches/ois_update/src/libraries/core

youngk at orxonox.net youngk at orxonox.net
Thu Dec 16 17:46:47 CET 2010


Author: youngk
Date: 2010-12-16 17:46:47 +0100 (Thu, 16 Dec 2010)
New Revision: 7771

Modified:
   code/branches/ois_update/src/libraries/core/Super.h
Log:
Orxonox now properly loads resources on the Mac. It has become playable\!

Modified: code/branches/ois_update/src/libraries/core/Super.h
===================================================================
--- code/branches/ois_update/src/libraries/core/Super.h	2010-12-15 20:57:17 UTC (rev 7770)
+++ code/branches/ois_update/src/libraries/core/Super.h	2010-12-16 16:46:47 UTC (rev 7771)
@@ -573,7 +573,7 @@
         // This get's called within the initialization of an Identifier
         virtual void createSuperFunctionCaller() const
         {
-            //SuperFunctionCondition<0, T, 0, 0>::superCheck();
+            SuperFunctionCondition<0, T, 0, 0>::superCheck();
         }
 
 




More information about the Orxonox-commit mailing list