mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 03:45:34 +00:00
mygui3.4.2 workaround
This commit is contained in:
parent
30977c3082
commit
17313a8899
1 changed files with 5 additions and 1 deletions
|
@ -74,7 +74,11 @@ namespace osgMyGUI
|
|||
return static_cast<RenderManager*>(MyGUI::RenderManager::getInstancePtr());
|
||||
}
|
||||
|
||||
bool checkTexture(MyGUI::ITexture* _texture);
|
||||
bool checkTexture(MyGUI::ITexture* _texture)
|
||||
#if MYGUI_DEBUG_MODE == 1 /* needed workaround for MyGUI 3.4.2 */
|
||||
override
|
||||
#endif
|
||||
;
|
||||
|
||||
/** @see RenderManager::getViewSize */
|
||||
const MyGUI::IntSize& getViewSize() const override { return mViewSize; }
|
||||
|
|
Loading…
Reference in a new issue