summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/main.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/main.rb b/test/src/main.rb
index 40a7c79..b2e91e9 100644
--- a/test/src/main.rb
+++ b/test/src/main.rb
@@ -48,9 +48,9 @@ end
def key_down(key)
case key
when CandyGear::Key::I
- $camera_rotation.rotate(CAMERA_ROTATION_SPEED, 0.0);
- when CandyGear::Key::K
$camera_rotation.rotate(-CAMERA_ROTATION_SPEED, 0.0);
+ when CandyGear::Key::K
+ $camera_rotation.rotate(CAMERA_ROTATION_SPEED, 0.0);
when CandyGear::Key::J
$camera_rotation.rotate(0.0, CAMERA_ROTATION_SPEED);
when CandyGear::Key::L