mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-01 22:25: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 (rawButtonStates[i] && rawButtonStatesOld[i])
|
||||||
{
|
{
|
||||||
if (buttonRepeating == i)
|
if (buttonRepeating == i)
|
||||||
rawRepeatCount++;
|
buttonRepeatCount++;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
buttonRepeatCount = 0;
|
buttonRepeatCount = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue