UI fixes and new layout features
This commit is contained in:
@@ -108,7 +108,7 @@ coven_run :: (game_update_proc: (float), game_editor_update_proc: (float), game_
|
||||
dt = now - time;
|
||||
time = now;
|
||||
engine.time = time;
|
||||
engine.dt = dt;
|
||||
engine.dt = min(dt, 0.4);
|
||||
|
||||
update_fps_counter(dt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user