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, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 981a7a9..dd59a11 100644
--- a/src/main.c
+++ b/src/main.c
@@ -46,6 +46,8 @@ int main() {
camera.zoom = 4.0f;
while (!WindowShouldClose()) {
+ SE_UpdateEditor(&editor);
+
// interact with the map if the mouse is outside build tab
if (GetMousePosition().x < EDITOR_TOOLKIT_X) {
if (GetMouseWheelMove() != 0.0) {