mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-01 14:21:41 +00:00
BACKENDS: Fix double click time pull from event recorder not working correctly.
This commit is contained in:
parent
74ddbe5eaa
commit
126ccc5983
@ -779,7 +779,7 @@ uint32 OSystem_SDL::getDoubleClickTime() const {
|
||||
#ifdef ENABLE_EVENTRECORDER
|
||||
g_eventRec.processDoubleClickTime(doubleClickTime);
|
||||
#endif
|
||||
return _doubleClickTime;
|
||||
return doubleClickTime;
|
||||
}
|
||||
|
||||
//Not specified in base class
|
||||
|
Loading…
x
Reference in New Issue
Block a user