diff --git a/src/Contexts/Sdl2Context.cpp b/src/Contexts/Sdl2Context.cpp index 074fe3edd..91f21c36c 100644 --- a/src/Contexts/Sdl2Context.cpp +++ b/src/Contexts/Sdl2Context.cpp @@ -101,8 +101,8 @@ int Sdl2Context::exec() { } if(_redraw) { - drawEvent(); _redraw = false; + drawEvent(); } else Corrade::Utility::sleep(5); }