1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 17:09:40 +00:00

removed excess invocation

This commit is contained in:
Nikolay Kasyanov 2012-07-28 02:05:06 +04:00
parent e9d4195500
commit 0cdb651c5e

View file

@ -122,7 +122,6 @@ bool GraphicsPage::setupOgre()
loadOgrePlugin(pluginDir, "RenderSystem_GL", *mOgre);
loadOgrePlugin(pluginDir, "RenderSystem_Direct3D9", *mOgre);
loadOgrePlugin(pluginDir, "RenderSystem_GL", *mOgre);
#ifdef ENABLE_PLUGIN_GL
mGLPlugin = new Ogre::GLPlugin();