diff options
| author | Juan Linietsky | 2017-01-08 17:05:51 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-01-08 17:06:33 -0300 |
| commit | 547a57777b199f451305a6d4b6ad63fb0b2bd3ed (patch) | |
| tree | 9fb9ce5851ea3ccc39c6ebce607ceeca771fd991 /core/tests/test_physics.cpp | |
| parent | 6323779596dea0db7f58afef7d3d3d5588ef20cb (diff) | |
| download | godot-547a57777b199f451305a6d4b6ad63fb0b2bd3ed.tar.gz godot-547a57777b199f451305a6d4b6ad63fb0b2bd3ed.tar.zst godot-547a57777b199f451305a6d4b6ad63fb0b2bd3ed.zip | |
Diffstat (limited to 'core/tests/test_physics.cpp')
| -rw-r--r-- | core/tests/test_physics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/test_physics.cpp b/core/tests/test_physics.cpp index 15dc40a4f..b1a7af8da 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) { |
