From 7ec9abf2cceb4f5470c619134e5fd96fe12510e1 Mon Sep 17 00:00:00 2001 From: StormFX Date: Sat, 13 Jul 2024 19:18:02 -0500 Subject: [PATCH] - Fix copy pasta. --- Core/Regions/SpellAlert.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/Regions/SpellAlert.lua b/Core/Regions/SpellAlert.lua index 476e750..8f47c0b 100644 --- a/Core/Regions/SpellAlert.lua +++ b/Core/Regions/SpellAlert.lua @@ -208,6 +208,8 @@ local function SkinFlipBook(Region, Button, Skin, xScale, yScale) -- Verify there's a start animation. if Start_Flipbook and Start_Animation then + local Start_Texture = FlipBook_Style.StartTexture + if not Start_Texture then Start_Texture = Loop_Texture Region.__Loop_Only = true