From 5fc2c1c191440e876a26696d8879110dacf63145 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 10 Apr 2023 16:44:18 +0200 Subject: editor: no need to goto start in update_world() --- src/entity.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/entity.hpp b/src/entity.hpp index 4972767c..8d56617c 100644 --- a/src/entity.hpp +++ b/src/entity.hpp @@ -46,7 +46,6 @@ struct entity const Vector2b offset, bbox_offset; const Vector2ub bbox_size; uint16_t delta = 0, frame = 0; - uint8_t last_update = 0; const rotation r = rotation::N; const pass_mode pass = pass_mode::see_through; -- cgit v1.2.3