1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 01:39:40 +00:00

removed remains of input framelistener

This commit is contained in:
Marc Zinnschlag 2012-04-06 10:39:55 +02:00
parent a3151fe525
commit 8bf9b371c7

View file

@ -70,7 +70,7 @@ namespace MWInput
};
// Class that handles all input and key bindings for OpenMW
class InputImpl : public Ogre::FrameListener
class InputImpl
{
OEngine::Input::DispatcherPtr disp;
OEngine::Render::OgreRenderer &ogre;