You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,8 @@ t[#t+1] = Def.Actor{
57
57
alreadybroadcasted=true
58
58
end,
59
59
CurrentSongChangedMessageCommand=function(self)
60
-
ifplayerConfig:get_data(pn_to_profile_slot(PLAYER_1)).OneShotMirrorthen-- This will disable mirror when switching songs if OneShotMirror is enabled
60
+
-- This will disable mirror when switching songs if OneShotMirror is enabled or if permamirror is flagged on the chart (it is enabled if so in screengameplayunderlay/default)
61
+
ifplayerConfig:get_data(pn_to_profile_slot(PLAYER_1)).OneShotMirrororprofile:IsCurrentChartPermamirror() then
0 commit comments