diff options
Diffstat (limited to 'src/control')
-rw-r--r-- | src/control/RPGEdit.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/RPGEdit.cpp b/src/control/RPGEdit.cpp index 257a801..f42a774 100644 --- a/src/control/RPGEdit.cpp +++ b/src/control/RPGEdit.cpp @@ -71,6 +71,8 @@ void RPGEdit::systemLoop() { lastFrameTicks = SDL_GetTicks(); + SDL_RenderClear(window->getRenderer()); + { std::unique_lock<std::mutex> lock(modelMutex); |