1
0
Fork 0
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:
Brother Brick 2012-09-14 15:30:48 +02:00
parent 835c530e06
commit 44c644dd7b
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ void OgreRenderer::start()
#endif
}
bool OgreRenderer::loadPlugins() const
bool OgreRenderer::loadPlugins()
{
#ifdef ENABLE_PLUGIN_GL
mGLPlugin = new Ogre::GLPlugin();

View file

@ -151,7 +151,7 @@ namespace OEngine
/// Start the main rendering loop
void start();
bool loadPlugins() const;
bool loadPlugins() ;
void update(float dt);