summaryrefslogtreecommitdiffstats
path: root/src/control/RPGEdit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/RPGEdit.cpp')
-rw-r--r--src/control/RPGEdit.cpp2
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);