Trying to optimize memory.

This commit is contained in:
2021-10-16 15:52:16 -07:00
parent af514847d8
commit 97a8d936b5
15 changed files with 127 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

View File

@ -9,7 +9,7 @@
#include <libs.h>
#include <display/render.h>
#include <game/game.h>
#include <input/input.h>
#include <input/input.h>
#define WINDOW_WIDTH_DEFAULT 1280
#define WINDOW_HEIGHT_DEFAULT WINDOW_WIDTH_DEFAULT/16*9