diff options
Diffstat (limited to 'backends/platform/linuxmoto')
-rw-r--r-- | backends/platform/linuxmoto/linuxmoto-sdl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/linuxmoto/linuxmoto-sdl.cpp b/backends/platform/linuxmoto/linuxmoto-sdl.cpp index 6ef03ed3ac..6a44bfe882 100644 --- a/backends/platform/linuxmoto/linuxmoto-sdl.cpp +++ b/backends/platform/linuxmoto/linuxmoto-sdl.cpp @@ -31,7 +31,7 @@ void OSystem_LINUXMOTO::initBackend() { // Create the backend custom managers if (_eventManager == 0) - _eventManager = new LinuxmotoSdlEventManager(this); + _eventManager = new LinuxmotoSdlEventSource(this); if (_graphicsManager == 0) _graphicsManager = new LinuxmotoSdlGraphicsManager(); |