mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-10 11:41:28 +00:00
removed excess invocation
This commit is contained in:
parent
e9d4195500
commit
0cdb651c5e
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ bool GraphicsPage::setupOgre()
|
||||||
|
|
||||||
loadOgrePlugin(pluginDir, "RenderSystem_GL", *mOgre);
|
loadOgrePlugin(pluginDir, "RenderSystem_GL", *mOgre);
|
||||||
loadOgrePlugin(pluginDir, "RenderSystem_Direct3D9", *mOgre);
|
loadOgrePlugin(pluginDir, "RenderSystem_Direct3D9", *mOgre);
|
||||||
loadOgrePlugin(pluginDir, "RenderSystem_GL", *mOgre);
|
|
||||||
|
|
||||||
#ifdef ENABLE_PLUGIN_GL
|
#ifdef ENABLE_PLUGIN_GL
|
||||||
mGLPlugin = new Ogre::GLPlugin();
|
mGLPlugin = new Ogre::GLPlugin();
|
||||||
|
|
Loading…
Reference in a new issue