summaryrefslogtreecommitdiff
path: root/src/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.hpp')
-rw-r--r--src/game.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.hpp b/src/game.hpp
index 8e2cfaf..f66ad69 100644
--- a/src/game.hpp
+++ b/src/game.hpp
@@ -32,6 +32,7 @@ struct GameSettings {
bool isShowingConsole = true;
bool isShowingEntityList = true;
bool isShowingSceneEditor = true;
+ bool isShowingUBO = true;
} editorSettings;
};