From 547a57777b199f451305a6d4b6ad63fb0b2bd3ed Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 8 Jan 2017 17:05:51 -0300 Subject: renamed joystick to joypad everywhere around source code! --- core/tests/test_physics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/tests/test_physics.cpp') 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) { -- cgit v1.2.3