Added scene transform update on load

This commit is contained in:
2024-12-27 23:56:39 +01:00
parent 691766fa8c
commit a78c2ccb93
4 changed files with 11 additions and 5 deletions

View File

@@ -141,7 +141,7 @@ coven_run :: (game_update_proc: (float), game_editor_update_proc: (float), game_
}
if engine.current_scene != null {
update_transforms();
update_transforms(engine.current_scene);
sync_engine_buffers();
if !engine.paused {