summaryrefslogtreecommitdiffstats
path: root/core/tests/test_physics.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-01-08 17:05:51 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-01-08 17:06:33 -0300
commit547a57777b199f451305a6d4b6ad63fb0b2bd3ed (patch)
tree9fb9ce5851ea3ccc39c6ebce607ceeca771fd991 /core/tests/test_physics.cpp
parent6323779596dea0db7f58afef7d3d3d5588ef20cb (diff)
downloadredot-engine-547a57777b199f451305a6d4b6ad63fb0b2bd3ed.tar.gz
renamed joystick to joypad everywhere around source code!
Diffstat (limited to 'core/tests/test_physics.cpp')
-rw-r--r--core/tests/test_physics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/test_physics.cpp b/core/tests/test_physics.cpp
index 15dc40a4fd..b1a7af8dad 100644
--- a/core/tests/test_physics.cpp
+++ b/core/tests/test_physics.cpp
@@ -301,7 +301,7 @@ public:
}
- if (p_event.type == InputEvent::JOYSTICK_MOTION) {
+ if (p_event.type == InputEvent::JOYPAD_MOTION) {
if (p_event.joy_motion.axis == 0) {