mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-03 13:56:39 +00:00
Fix clang warning
This commit is contained in:
parent
6629a186b1
commit
843a6487cc
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@ namespace MWInput
|
|||
|
||||
bool isXbox = controllerType == SDL_CONTROLLER_TYPE_XBOX360 || controllerType == SDL_CONTROLLER_TYPE_XBOXONE;
|
||||
bool isPsx = controllerType == SDL_CONTROLLER_TYPE_PS3 || controllerType == SDL_CONTROLLER_TYPE_PS4
|
||||
|| controllerType == SDL_CONTROLLER_TYPE_PS5;;
|
||||
|| controllerType == SDL_CONTROLLER_TYPE_PS5;
|
||||
bool isSwitch = controllerType == SDL_CONTROLLER_TYPE_NINTENDO_SWITCH_PRO;
|
||||
|
||||
switch (button)
|
||||
|
|
|
|||
Loading…
Reference in a new issue