small ch3 change
This commit is contained in:
@@ -554,8 +554,12 @@ function E:StaticPopup_GetLastVisible()
|
||||
|
||||
-- wildcard and primary stat frame take same space as 1st popup window
|
||||
if not(lastFrame) then
|
||||
if WildCardUtil.IsRapidRolling then
|
||||
lastFrame = not WildCardUtil.IsRapidRolling() and WildCardUtil.GetVisibleDice()
|
||||
else
|
||||
lastFrame = WildCardUtil.GetVisibleDice()
|
||||
end
|
||||
end
|
||||
|
||||
if not(lastFrame) then
|
||||
if ForcedPrimaryStatFrame and ForcedPrimaryStatFrame:IsVisible() then
|
||||
|
||||
Reference in New Issue
Block a user