Skip to content

Commit f2a3746

Browse files
committed
Update PlayState.hx
1 parent d642e9e commit f2a3746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/states/PlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4105,7 +4105,7 @@ class PlayState extends MusicBeatState
41054105
}
41064106
}
41074107

4108-
if(!cpuControlled)
4108+
if(!cpuControlled && !ClientPrefs.getGameplaySetting('showcase', false))
41094109
{
41104110
var spr = playerStrums.members[note.noteData];
41114111
if(spr != null) spr.playAnim('confirm', true);

0 commit comments

Comments
 (0)