From d26b3630c7248bc367d6e45faacc5ff0d734c66e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 6 Apr 2024 20:31:32 +0200 Subject: remove outdated comment --- src/critter.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/critter.hpp b/src/critter.hpp index 40423b3f..d19c3382 100644 --- a/src/critter.hpp +++ b/src/critter.hpp @@ -30,11 +30,6 @@ struct critter final : object explicit operator critter_proto() const; void update(size_t& i, const Ns& dt) override; - // todo! - // add a field: last_update_frame. if doesn't equal to the current world's update - // frame, update() gets called and last_update_frame is set to current frame. - // when update() returns true, the *currently* iterated chunk gets rescanned from - // the beginning in editor's update world void update_movement(size_t& i, const Ns& dt, rotation r); void update_nonplayable(size_t& i, const Ns& dt); -- cgit v1.2.3