mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-01 06:05:17 +02:00
fix Input::Controller.repeatex
computers suck
This commit is contained in:
parent
b573566d78
commit
d7bf67fada
1 changed files with 1 additions and 1 deletions
|
@ -1082,7 +1082,7 @@ struct InputPrivate
|
|||
if (rawButtonStates[i] && rawButtonStatesOld[i])
|
||||
{
|
||||
if (buttonRepeating == i)
|
||||
rawRepeatCount++;
|
||||
buttonRepeatCount++;
|
||||
else
|
||||
{
|
||||
buttonRepeatCount = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue