fix debug stuff

This commit is contained in:
Nikolay Korolev
2020-04-14 20:12:26 +03:00
parent f2c78e4bfb
commit fbed2c4530
2 changed files with 2 additions and 3 deletions

View File

@@ -931,8 +931,8 @@ void CPad::UpdatePads(void)
GetPad(0)->UpdateMouse();
#ifdef XINPUT
GetPad(0)->AffectFromXinput(1);
GetPad(1)->AffectFromXinput(0);
GetPad(0)->AffectFromXinput(0);
GetPad(1)->AffectFromXinput(1);
#else
CapturePad(0);
#endif