summaryrefslogtreecommitdiffstats
path: root/src/Render.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Render.hpp')
-rw-r--r--src/Render.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Render.hpp b/src/Render.hpp
index 2a48356..f9d3497 100644
--- a/src/Render.hpp
+++ b/src/Render.hpp
@@ -24,7 +24,7 @@ class Render {
bool isWireframe = false;
bool isDisplayInventory = false;
- enum GlobalState {
+ enum GameState {
InitialLoading,
MainMenu,
Loading,