diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-29 07:45:21 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-29 07:45:21 -0400 |
| commit | 43d2c5580767b1ee74cb23d64353799d03c72b49 (patch) | |
| tree | c3af5ebaf0a1d8f222c4b533f7a5742a93734d14 /src/game.hpp | |
| parent | 43f3dc16cc9e43c459814249089c79f22eefa7dc (diff) | |
UBO imgui window
Diffstat (limited to 'src/game.hpp')
| -rw-r--r-- | src/game.hpp | 1 |
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; }; |
