small ch3 change

This commit is contained in:
andrew6180
2024-09-15 11:55:48 -07:00
parent 338d14ef77
commit 630781d64e
+5 -1
View File
@@ -554,7 +554,11 @@ function E:StaticPopup_GetLastVisible()
-- wildcard and primary stat frame take same space as 1st popup window -- wildcard and primary stat frame take same space as 1st popup window
if not(lastFrame) then if not(lastFrame) then
lastFrame = WildCardUtil.GetVisibleDice() if WildCardUtil.IsRapidRolling then
lastFrame = not WildCardUtil.IsRapidRolling() and WildCardUtil.GetVisibleDice()
else
lastFrame = WildCardUtil.GetVisibleDice()
end
end end
if not(lastFrame) then if not(lastFrame) then