diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |
