mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 22:39:18 +02:00
commit
005b6a6b1f
1 changed files with 1 additions and 1 deletions
|
@ -4821,7 +4821,7 @@ void Application::updateThreads(float deltaTime) {
|
||||||
|
|
||||||
void Application::toggleOverlays() {
|
void Application::toggleOverlays() {
|
||||||
auto menu = Menu::getInstance();
|
auto menu = Menu::getInstance();
|
||||||
menu->setIsOptionChecked(MenuOption::Overlays, menu->isOptionChecked(MenuOption::Overlays));
|
menu->setIsOptionChecked(MenuOption::Overlays, !menu->isOptionChecked(MenuOption::Overlays));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::setOverlaysVisible(bool visible) {
|
void Application::setOverlaysVisible(bool visible) {
|
||||||
|
|
Loading…
Reference in a new issue