diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-26 15:36:07 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-26 15:36:07 +0200 |
commit | 3981b5f5e0f191961f01699fab7c50533c48d352 (patch) | |
tree | 976e45d3bc809d2165078f0076b0829aa943201a /src/critter.hpp | |
parent | 82ab34aa83463179339eb8382edf1c22cacdad61 (diff) |
fix/remove obsolete todo comments
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 c569bd33..38b5addf 100644 --- a/src/critter.hpp +++ b/src/critter.hpp @@ -53,7 +53,7 @@ struct critter final : object Script<critter_script, critter> script; String name; float speed = 1; - uint16_t offset_frac_ = 0; // todo! remove underscore + uint16_t offset_frac = 0; bool playable : 1 = false; |