diff options
-rw-r--r-- | src/critter.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
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); |