[Orxonox-commit 6832] r11453 - code/branches/ogre1.9/src/libraries/core

landauf at orxonox.net landauf at orxonox.net
Sun Oct 15 13:12:20 CEST 2017


Author: landauf
Date: 2017-10-15 13:12:20 +0200 (Sun, 15 Oct 2017)
New Revision: 11453

Modified:
   code/branches/ogre1.9/src/libraries/core/GUIManager.cc
Log:
fixed crash with cegui 0.8

Modified: code/branches/ogre1.9/src/libraries/core/GUIManager.cc
===================================================================
--- code/branches/ogre1.9/src/libraries/core/GUIManager.cc	2017-10-11 14:24:16 UTC (rev 11452)
+++ code/branches/ogre1.9/src/libraries/core/GUIManager.cc	2017-10-15 11:12:20 UTC (rev 11453)
@@ -845,7 +845,7 @@
     template <typename FunctionType>
     bool GUIManager::protectedCeguiContextCall(FunctionType function)
     {
-        return this->protectedCall(function, this->guiSystem_->getDefaultGUIContext());
+        return this->protectedCall(function, &this->guiSystem_->getDefaultGUIContext());
     }
 #endif
 



More information about the Orxonox-commit mailing list