summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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};