aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui_menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_menu.cpp')
-rw-r--r--src/ui_menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_menu.cpp b/src/ui_menu.cpp
index 138a281..11c10a7 100644
--- a/src/ui_menu.cpp
+++ b/src/ui_menu.cpp
@@ -297,7 +297,6 @@ namespace ui {
break;
}
- SDLReceiver::clicked = false;
}
}
@@ -365,6 +364,7 @@ namespace ui {
}
}
+ SDLReceiver::clicked = false;
FontSystem::setFontSize(16);
FontSystem::setFontZ(-8.0);
}