From 43d2c5580767b1ee74cb23d64353799d03c72b49 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 29 Sep 2023 07:45:21 -0400 Subject: UBO imgui window --- src/game.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game.hpp') 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; }; -- cgit v1.2.3