From 5f78a97620329b1b2859fe737ddc3a3ad92d3ee5 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 28 Jan 2025 01:50:51 +0500 Subject: feat: layers --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.c') 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) { -- cgit v1.2.3