mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 12:15:35 +00:00
Fix compile error for OPENMW_USE_FFMPEG=0
This commit is contained in:
parent
0295673869
commit
4a844ef79b
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue