Skip to content

Commit

Permalink
- Fix some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
StormFX committed Jun 25, 2024
1 parent 7da90a8 commit 93e2404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/Regions/SpellAlert.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ local FlipBooks = {
local function GetFlipBook(...)
local Animations = {...}

for i, Animation in ipairs(Animations) do
for _, Animation in ipairs(Animations) do
if Animation:GetObjectType() == "FlipBook" then
Animation:SetParentKey("FlipAnim")
return Animation
Expand Down Expand Up @@ -201,7 +201,7 @@ local function SkinFlipBook(Region, Button, Skin, xScale, yScale)
-- [ Start Animation ]

local Start_Texture = Style.StartTexture

if not Start_Texture then
Start_Texture = Loop_Texture
Region.__Loop_Only = true
Expand Down

0 comments on commit 93e2404

Please sign in to comment.