diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-18 00:08:33 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-18 00:08:33 +0100 |
commit | c7a342d71ee93586b073a8e9c73b8ba6b621266f (patch) | |
tree | 4fd99ee3db670fe9933e023d18d74f50abf1311c /editor | |
parent | 2640db18223b6a93140dd8fdc57d607d4b777f08 (diff) |
a
Diffstat (limited to 'editor')
-rw-r--r-- | editor/update.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/update.cpp b/editor/update.cpp index b16821f8..cbe08c05 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -196,8 +196,6 @@ void app::update_world(float dt) } } - - void app::update_character([[maybe_unused]] float dt) { auto& w = M->world(); |