diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-19 17:17:06 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-19 17:17:12 +0100 |
commit | 00c86f570f2081e51d7bed617a33a4269f00eb4c (patch) | |
tree | b1212277a82213666621815f681606bfa314efb4 | |
parent | 01bad2db72d987890590607fb0a6042ea7c21c3a (diff) |
editor: kill unused variable
-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 15ffe89e..63ef1432 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -195,7 +195,6 @@ start: for (auto i = size-1; i != (size_t)-1; i--) fm_debug_assert(!(e.last_update > curframe)); if (curframe > e.last_update) [[likely]] { - auto off = e.ordinal_offset({}); e.last_update = curframe; auto status = e.update(i, dt); if (status == entity_update_status::updated_repositioning) |