diff options
| author | ilotterytea <iltsu@alright.party> | 2025-01-28 01:50:51 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-01-28 01:50:51 +0500 |
| commit | 5f78a97620329b1b2859fe737ddc3a3ad92d3ee5 (patch) | |
| tree | f7fb51f69e6e736a0cc3f415e9dfa38c97899b2e /src/main.c | |
| parent | 2efe83385702f22a137b73bf6823bd0c318cf01e (diff) | |
feat: layers
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) { |
