summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-07-08 21:12:00 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-07-08 21:12:00 +0500
commitd9b6fb98ab3f53598d79a183195964b0306c91c7 (patch)
tree852ad366fc2a8f393f6868f61d56443d09c51071 /src/main.c
parent586942c66f7d4aa71f0b60bb5de9ae19266f0cad (diff)
keyboard comm
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 7bf8c87..1131db9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -4,7 +4,6 @@
#include "resources/resources.h"
int main(void) {
-
if (!InitSceneStack()) {
printf("Failed to create a scene stack\n");
return 1;