diff --git a/Sources/Engine/Base/SDL/SDLInput.cpp b/Sources/Engine/Base/SDL/SDLInput.cpp old mode 100644 new mode 100755 index 07f985d..af1b72b --- a/Sources/Engine/Base/SDL/SDLInput.cpp +++ b/Sources/Engine/Base/SDL/SDLInput.cpp @@ -759,8 +759,11 @@ void CInput::GetInput(BOOL bPreScan) return; } +#if 0 + // should not be usefull SDL_Event event; while (SE_SDL_InputEventPoll(&event)) { /* do nothing... */ } +#endif // if not pre-scanning if (!bPreScan) {