summaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-30 10:52:15 +1100
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-30 10:52:15 +1100
commitc5176c9c001c7d32cc2c658e09be8a4b5237685b (patch)
tree1a9bbb973db8bad8084b828666e0fbfedb2474cb /src/core.c
parent57185c5e59e92775dd45b3e2966debb4ce5641e9 (diff)
chore format lint
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core.c b/src/core.c
index a0dc3b6..4b3bd1b 100644
--- a/src/core.c
+++ b/src/core.c
@@ -7,8 +7,8 @@
#include "render_types.h"
#include "threadpool.h"
-#define SCR_WIDTH 2160
-#define SCR_HEIGHT 1080
+#define SCR_WIDTH 1000
+#define SCR_HEIGHT 1000
core* core_bringup() {
INFO("Initiate Core bringup");