Commit graph

3 commits

Author SHA1 Message Date
Erik Ogenvik
fe902ec997 Fixed issue where nothing was rendered if the cursor was disabled.
The reason seemed to be that the last rendered window in that situation set the scissor test to a portion of the screen,
and Ogre didn't reset it.
With the cursor this wasn't an issue, since it's always rendered last and it sets the scissor test to the whole screen.
2021-04-07 16:44:10 +02:00
Erik Ogenvik
d6fd289d79 Use Ogre 1.12.6 2021-04-07 13:46:07 +02:00
Erik Ogenvik
279974934d Provide our own CEGUI Renderer.
The currently released CEGUI version (0.8.7) doesn't support OGRE 1.11+,
so we need to supply our own slightly altered renderer.
2019-09-21 11:29:18 +02:00