From 00c86f570f2081e51d7bed617a33a4269f00eb4c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 19 Mar 2023 17:17:06 +0100 Subject: editor: kill unused variable --- editor/update.cpp | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3