Skip to content

Commit

Permalink
- apply fix for broken texture
Browse files Browse the repository at this point in the history
  • Loading branch information
cont1nuity committed Nov 9, 2024
1 parent c048d13 commit 13be8fa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Plater_ScriptLibrary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1472,6 +1472,20 @@ do
end
end
})

--#38 fix aura swipe
tinsert (PlaterPatchLibrary, {
NotEssential = false,

Notes = {
"- Fix broken aura swipe texture."
},
Func = function()
if Plater.db.profile.aura_cooldown_edge_texture == "Interface\\GLUES\\loadingOld" then
Plater.db.profile.aura_cooldown_edge_texture = [[Interface\AddOns\Plater\images\transparent]]
end
end
})

--[=[
tinsert (PlaterPatchLibrary, {
Expand Down

0 comments on commit 13be8fa

Please sign in to comment.