Skip to content

Commit

Permalink
annoyin
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Dec 17, 2024
1 parent 068df76 commit e04d040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2739,11 +2739,11 @@ class PlayState extends MusicBeatState
for (key in keysArray)
{
holdArray.push(controls.pressed(key));
if(controls.controllerMode)
{
/*if(controls.controllerMode)
{*/
pressArray.push(controls.justPressed(key));
releaseArray.push(controls.justReleased(key));
}
//}
}

// TO DO: Find a better way to handle controller inputs, this should work for now
Expand Down

0 comments on commit e04d040

Please sign in to comment.