This commit is contained in:
Mathieu Eyraud 2022-02-02 14:58:33 +01:00 committed by Sam Lantinga
parent 3dcfe86082
commit 0b2a55ea7d
1 changed files with 1 additions and 1 deletions

View File

@ -1253,7 +1253,7 @@ RAWINPUT_JoystickOpen(SDL_Joystick *joystick, int device_index)
}
}
joystick->ePowerLevel = SDL_JOYSTICK_POWER_UNKNOWN;
joystick->epowerlevel = SDL_JOYSTICK_POWER_UNKNOWN;
return 0;
}