summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h
index be44b8c..14ba65d 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -18,7 +18,7 @@ typedef struct Core {
GLFWwindow* window;
Renderer* renderer;
Input_State input;
- Model_pool models;
+ // Model_pool models;
} Core;
extern Core g_core;