diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-10 11:38:04 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-10 11:38:04 +0100 |
| commit | 86c1bc8b9b5d8ad5fbfef85f34658c1da73baa1f (patch) | |
| tree | 52a3fcdc8388f8b86bd444bca2dd0bea232ca77a /editor/update.cpp | |
| parent | 3fddffee5f08e97d6b9509196d9800888b098bcf (diff) | |
run draw first, then update
Diffstat (limited to 'editor/update.cpp')
| -rw-r--r-- | editor/update.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/update.cpp b/editor/update.cpp index 53915908..506022d5 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -100,7 +100,6 @@ void app::apply_commands(const key_set& keys) void app::update(float dt) { - draw_ui(); apply_commands(keys); do_camera(dt, keys, get_key_modifiers()); clear_non_repeated_keys(); |
