summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-01-25 16:30:07 +0500
committerilotterytea <iltsu@alright.party>2025-01-25 16:30:07 +0500
commit9f5b2b1ebd4bb46163b7f00912db0578aca57d25 (patch)
tree4147ff7cd7ba74058862bd78cb07154ef314966f /src/main.c
parent8a27da4c34c2a233a5f793893ed778e395a5220d (diff)
feat: build tab + tile loading
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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};