Skip to content

Commit

Permalink
this is prob the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Oct 15, 2024
1 parent 9c3b19b commit d7c0ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2803,7 +2803,7 @@ class PlayState extends MusicBeatState
var holdArray:Array<Bool> = [false, false, false, false];
var pressArray:Array<Bool> = [false, false, false, false];
var releaseArray:Array<Bool> = [false, false, false, false];
for (i => key in keysArray)
for (key in keysArray)
{
holdArray.push(controls.pressed(key));
pressArray.push(controls.justPressed(key));
Expand Down

0 comments on commit d7c0ec9

Please sign in to comment.