aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui_menu.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-06-01 07:57:25 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-06-01 07:57:25 -0400
commit11b8e727e04ed6095164bb826541409f88047625 (patch)
treea4fd635025564419cee686f75a0c80d1c62ba2fc /src/ui_menu.cpp
parent70eced563f3ba4d98ed0a7952a81b69903ed1803 (diff)
font color fix
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);
}