Kaynağa Gözat

Fix web

pull/821/head
Reece Mackie 6 yıl önce
ebeveyn
işleme
a51f3be38f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Dosyayı Görüntüle

@ -3485,7 +3485,7 @@ static void PollInputEvents(void)
// Register axis data for every connected gamepad
for (int j = 0; (j < gamepadState.numAxes) && (j < MAX_GAMEPAD_AXIS); j++)
{
const GamepadAxis axis = GetGamepadAxis(k);
const GamepadAxis axis = GetGamepadAxis(j);
gamepadAxisState[i][axis] = gamepadState.axis[j];
}

Yükleniyor…
İptal
Kaydet