mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 18:21:06 +00:00
- Negate ControlInfo::dpitch
to match data out of backend.
This commit is contained in:
parent
fc069feac6
commit
08d22f49f4
2 changed files with 3 additions and 3 deletions
|
@ -213,7 +213,7 @@ void getHidInput(HIDInput* const hidInput)
|
|||
I_GetAxes(joyaxes);
|
||||
|
||||
hidInput->dyaw += joyaxes[JOYAXIS_Yaw];
|
||||
hidInput->dpitch += -joyaxes[JOYAXIS_Pitch];
|
||||
hidInput->dpitch += joyaxes[JOYAXIS_Pitch];
|
||||
hidInput->dforward += joyaxes[JOYAXIS_Forward] * .5f;
|
||||
hidInput->dside += joyaxes[JOYAXIS_Side] * .5f;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue