From 28de1fe8713aba2c4bb23fc8640adb2747373b66 Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Fri, 23 Sep 2022 10:58:25 -0300 Subject: refa Use Vulkan coordinates instead of OpenGL --- test/src/main.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3