forked from mirror/openmw-tes3mp
Fix compile error for OPENMW_USE_FFMPEG=0
This commit is contained in:
parent
ad90d20ad8
commit
df80c436fb
1 changed files with 1 additions and 1 deletions
|
@ -1088,7 +1088,7 @@ public:
|
||||||
|
|
||||||
void close() { }
|
void close() { }
|
||||||
|
|
||||||
bool update(Ogre::MaterialPtr &mat, Ogre::Rectangle2D *rect, int screen_width, int screen_height)
|
bool update()
|
||||||
{ return false; }
|
{ return false; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue