diff options
Diffstat (limited to 'sim.hpp')
-rw-r--r-- | sim.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |