Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11453


Ignore:
Timestamp:
Oct 15, 2017, 1:12:20 PM (7 years ago)
Author:
landauf
Message:

fixed crash with cegui 0.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ogre1.9/src/libraries/core/GUIManager.cc

    r11211 r11453  
    846846    bool GUIManager::protectedCeguiContextCall(FunctionType function)
    847847    {
    848         return this->protectedCall(function, this->guiSystem_->getDefaultGUIContext());
     848        return this->protectedCall(function, &this->guiSystem_->getDefaultGUIContext());
    849849    }
    850850#endif
Note: See TracChangeset for help on using the changeset viewer.