Skip to content

Commit 64b40cb

Browse files
committed
refactor: simplify the internal shadow
1 parent 53cc6c9 commit 64b40cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Modules/Combat/RaidMarkers.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,7 @@ function RM:CreateBar()
211211
self:CreateButtons()
212212
self:ToggleSettings()
213213

214-
if E.private.WT.skins.enable and E.private.WT.skins.windtools and E.private.WT.skins.shadow then
215-
S:CreateBackdropShadow(self.bar)
216-
end
214+
S:CreateShadowModule(self.bar.backdrop)
217215

218216
E:CreateMover(
219217
self.barAnchor,

0 commit comments

Comments
 (0)