Changeset 8419
- Timestamp:
- May 8, 2011, 7:19:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/GUIManager.cc
r8411 r8419 134 134 public: 135 135 /// Callback from Ogre invoked before other stuff in our target queue is rendered 136 void renderQueue Ended(Ogre::uint8 id, const Ogre::String& invocation, bool& skipThisQueue)136 void renderQueueStarted(Ogre::uint8 id, const Ogre::String& invocation, bool& skipThisQueue) 137 137 { 138 if (id == Ogre::RENDER_QUEUE_ SKIES_LATE)//Ogre::RENDER_QUEUE_OVERLAY)138 if (id == Ogre::RENDER_QUEUE_OVERLAY && invocation.empty()) 139 139 CEGUI::System::getSingleton().renderGUI(); 140 140 }
Note: See TracChangeset
for help on using the changeset viewer.