From 9f5b2b1ebd4bb46163b7f00912db0578aca57d25 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 25 Jan 2025 16:30:07 +0500 Subject: feat: build tab + tile loading --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 31a858a..1955e35 100644 --- a/src/main.c +++ b/src/main.c @@ -25,7 +25,7 @@ int main() { UnloadDirectoryFiles(list); XdData* data = NULL; - Editor editor = {data, {0, 0}}; + Editor editor = {data, {0, 0, 0, NULL, {0, 0, 0, 0}, {0, 0}, NULL, {}}}; Camera2D camera = {0}; camera.target = (Vector2){0.0f, 0.0f}; -- cgit v1.2.3