diff --git a/WeakAuras/RegionTypes/ProgressTexture.lua b/WeakAuras/RegionTypes/ProgressTexture.lua index 9d62cbe..b0a707c 100644 --- a/WeakAuras/RegionTypes/ProgressTexture.lua +++ b/WeakAuras/RegionTypes/ProgressTexture.lua @@ -1393,4 +1393,4 @@ local function modify(parent, region, data) WeakAuras.regionPrototype.modifyFinish(parent, region, data); end -WeakAuras.RegisterRegionType("progresstexture", create, modify, default, GetProperties); +--WeakAuras.RegisterRegionType("progresstexture", create, modify, default, GetProperties); diff --git a/WeakAurasOptions/RegionOptions/ProgressTexture.lua b/WeakAurasOptions/RegionOptions/ProgressTexture.lua index c294fdf..24ead1b 100644 --- a/WeakAurasOptions/RegionOptions/ProgressTexture.lua +++ b/WeakAurasOptions/RegionOptions/ProgressTexture.lua @@ -816,4 +816,4 @@ local function GetAnchors(data) return WeakAuras.default_types_for_anchor end -WeakAuras.RegisterRegionOptions("progresstexture", createOptions, createIcon, L["Progress Texture"], createThumbnail, modifyThumbnail, L["Shows a texture that changes based on duration"], templates, GetAnchors); +--WeakAuras.RegisterRegionOptions("progresstexture", createOptions, createIcon, L["Progress Texture"], createThumbnail, modifyThumbnail, L["Shows a texture that changes based on duration"], templates, GetAnchors);