summaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/input_common/sdl/sdl_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/sdl/sdl_impl.cpp b/src/input_common/sdl/sdl_impl.cpp
index 6024ed97a..8c48bb861 100644
--- a/src/input_common/sdl/sdl_impl.cpp
+++ b/src/input_common/sdl/sdl_impl.cpp
@@ -698,7 +698,7 @@ SDLState::SDLState() {
698 using namespace std::chrono_literals; 698 using namespace std::chrono_literals;
699 while (initialized) { 699 while (initialized) {
700 SDL_PumpEvents(); 700 SDL_PumpEvents();
701 std::this_thread::sleep_for(5ms); 701 std::this_thread::sleep_for(1ms);
702 } 702 }
703 }); 703 });
704 } 704 }