diff options
Diffstat (limited to 'src/critter.cpp')
-rw-r--r-- | src/critter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/critter.cpp b/src/critter.cpp index 6dab08d3..02e329c4 100644 --- a/src/critter.cpp +++ b/src/critter.cpp @@ -15,7 +15,7 @@ namespace floormat { namespace { -constexpr double framerate = 60, move_speed = 150; +constexpr double framerate = 60, move_speed = 60; constexpr double frame_time = 1/framerate; constexpr auto arrows_to_dir(bool left, bool right, bool up, bool down) |