Whitespace fix from last commit
This commit is contained in:
parent
2bc4a7ee56
commit
cf1c2a9d7e
|
@ -179,8 +179,6 @@ namespace BizHawk.Bizware.Input
|
|||
buttonGetters.Add(("LeftTrigger", () => SDL_GameControllerGetAxis(Opaque, SDL_GameControllerAxis.SDL_CONTROLLER_AXIS_TRIGGERLEFT) > dzt));
|
||||
buttonGetters.Add(("RightTrigger", () => SDL_GameControllerGetAxis(Opaque, SDL_GameControllerAxis.SDL_CONTROLLER_AXIS_TRIGGERRIGHT) > dzt));
|
||||
|
||||
|
||||
|
||||
return buttonGetters;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue