mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 02:54:20 +01:00
Small performance change
This commit is contained in:
parent
54ffcf0201
commit
03912ef1d5
@ -1211,7 +1211,7 @@ namespace DS4Windows
|
||||
int actionDoneCount = actionDone.Count;
|
||||
if (actionDoneCount < index + 1)
|
||||
actionDone.Add(new ActionState());
|
||||
else if (actionDoneCount > GetActions().Count())
|
||||
else if (actionDoneCount > GetActions().Count)
|
||||
actionDone.RemoveAt(actionDoneCount - 1);
|
||||
double time = 0.0;
|
||||
//If a key or button is assigned to the trigger, a key special action is used like
|
||||
|
Loading…
Reference in New Issue
Block a user