1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 21:49:41 +00:00

Fix compile error for OPENMW_USE_FFMPEG=0

This commit is contained in:
scrawl 2014-07-05 18:24:55 +02:00
parent ad90d20ad8
commit df80c436fb

View file

@ -1088,7 +1088,7 @@ public:
void close() { }
bool update(Ogre::MaterialPtr &mat, Ogre::Rectangle2D *rect, int screen_width, int screen_height)
bool update()
{ return false; }
};