mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 17:36:23 +00:00
and of course the last commit didnt fix everything
This commit is contained in:
@ -2341,7 +2341,7 @@ HRESULT CapturePad(RwInt32 padID)
|
||||
float angle = DEGTORAD((float)js.rgdwPOV[0] / 100.0f);
|
||||
|
||||
leftStickPos.x = Sin(angle);
|
||||
leftStickPos.y = -cos(angle);
|
||||
leftStickPos.y = -Cos(angle);
|
||||
}
|
||||
|
||||
if ( AllValidWinJoys.m_aJoys[bs.padID].m_bHasAxisR && AllValidWinJoys.m_aJoys[bs.padID].m_bHasAxisZ )
|
||||
|
Reference in New Issue
Block a user