Skip to content

Commit 4295d42

Browse files
committed
quick fix
1 parent 4bf58ae commit 4295d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/game/PlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ class PlayState extends MusicBeatState
686686
startingPos,
687687
strumLine.strumScale == null ? 1 : strumLine.strumScale,
688688
strumLine.type == 2 || (!coopMode && !((strumLine.type == 1 && !opponentMode) || (strumLine.type == 0 && opponentMode))),
689-
strumLine.type != 1, coopMode ? (strumLine.type == 1 ? controlsP1 : controlsP2) : controls,
689+
strumLine.type != 1, coopMode ? ((strumLine.type == 1) != opponentMode ? controlsP1 : controlsP2) : controls,
690690
strumLine.vocalsSuffix
691691
);
692692
strLine.cameras = [camHUD];

0 commit comments

Comments
 (0)