diff options
Diffstat (limited to 'src/critter.hpp')
-rw-r--r-- | src/critter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/critter.hpp b/src/critter.hpp index e51d37c2..f05c3352 100644 --- a/src/critter.hpp +++ b/src/critter.hpp @@ -39,7 +39,7 @@ struct critter final : object String name; float speed = 1; - Vector2us offset_frac; // todo! switch to Vector2ui due to `allocate_frame_time' + uint16_t offset_frac_ = 0; struct movement_s { bool L : 1 = false, |