Trying to optimize memory.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user