diff options
Diffstat (limited to 'src/rcore_template.c')
| -rw-r--r-- | src/rcore_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcore_template.c b/src/rcore_template.c index 89be8ac0..4d2db9d3 100644 --- a/src/rcore_template.c +++ b/src/rcore_template.c @@ -569,7 +569,7 @@ void PollInputEvents(void) // Reset last gamepad button/axis registered state CORE.Input.Gamepad.lastButtonPressed = 0; // GAMEPAD_BUTTON_UNKNOWN - CORE.Input.Gamepad.axisCount = 0; + //CORE.Input.Gamepad.axisCount = 0; // Register previous touch states for (int i = 0; i < MAX_TOUCH_POINTS; i++) CORE.Input.Touch.previousTouchState[i] = CORE.Input.Touch.currentTouchState[i]; |
