mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-08 06:08:27 +02:00
Replace forEach() with for()
This commit is contained in:
@@ -130,6 +130,8 @@ export class GameBar {
|
||||
|
||||
// Reset all states
|
||||
reset() {
|
||||
this.actions.forEach(action => action.reset());
|
||||
for (const action of this.actions) {
|
||||
action.reset();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user