Trying to optimize memory.

This commit is contained in:
2021-10-16 15:52:16 -07:00
parent b110bab954
commit e21ba4858f
20 changed files with 132 additions and 117 deletions

View File

@@ -17,7 +17,7 @@ int32_t main() {
// Attempt to init GLFW
if(!glfwInit()) return 1;
// Setup window hints
// Setup window hints
glfwWindowHint(GLFW_OPENGL_DEBUG_CONTEXT, false);
// Create Window