summaryrefslogtreecommitdiffhomepage
path: root/src/critter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/critter.hpp')
-rw-r--r--src/critter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/critter.hpp b/src/critter.hpp
index fc3e8f17..f3d7a316 100644
--- a/src/critter.hpp
+++ b/src/critter.hpp
@@ -35,7 +35,7 @@ struct critter final : object
String name;
float speed = 1;
- Vector2us offset_frac;
+ Vector2us offset_frac; // todo! switch to Vector2ui due to `allocate_frame_time'
bool b_L : 1 = false, b_R : 1 = false, b_U : 1 = false, b_D : 1 = false;
bool playable : 1 = false;