mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:23:53 +00:00
make it statically compilable
This commit is contained in:
parent
835c530e06
commit
44c644dd7b
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ void OgreRenderer::start()
|
|||
#endif
|
||||
}
|
||||
|
||||
bool OgreRenderer::loadPlugins() const
|
||||
bool OgreRenderer::loadPlugins()
|
||||
{
|
||||
#ifdef ENABLE_PLUGIN_GL
|
||||
mGLPlugin = new Ogre::GLPlugin();
|
||||
|
|
|
@ -151,7 +151,7 @@ namespace OEngine
|
|||
/// Start the main rendering loop
|
||||
void start();
|
||||
|
||||
bool loadPlugins() const;
|
||||
bool loadPlugins() ;
|
||||
|
||||
void update(float dt);
|
||||
|
||||
|
|
Loading…
Reference in a new issue