summaryrefslogtreecommitdiff
path: root/sim.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'sim.hpp')
-rw-r--r--sim.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim.hpp b/sim.hpp
index 2a83412..a8a739a 100644
--- a/sim.hpp
+++ b/sim.hpp
@@ -139,7 +139,7 @@ typedef struct {
v2 move_p1;
v2 move_p2;
- float rotate_speed;
+ float rotate_speed; // rotation speed. if this isn't a rotating platform, this should be 0
u32 color;
} Platform;