1
0
Fork 0
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:
Bret Curtis 2023-08-05 15:05:27 +02:00
parent 30977c3082
commit 17313a8899

View file

@ -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; }