mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 12:09:41 +00:00
removed remains of input framelistener
This commit is contained in:
parent
a3151fe525
commit
8bf9b371c7
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ namespace MWInput
|
||||||
};
|
};
|
||||||
|
|
||||||
// Class that handles all input and key bindings for OpenMW
|
// Class that handles all input and key bindings for OpenMW
|
||||||
class InputImpl : public Ogre::FrameListener
|
class InputImpl
|
||||||
{
|
{
|
||||||
OEngine::Input::DispatcherPtr disp;
|
OEngine::Input::DispatcherPtr disp;
|
||||||
OEngine::Render::OgreRenderer &ogre;
|
OEngine::Render::OgreRenderer &ogre;
|
||||||
|
|
Loading…
Reference in a new issue