from retail
This commit is contained in:
@@ -66,10 +66,6 @@ local properties = {
|
||||
bigStep = 1,
|
||||
default = 0
|
||||
}
|
||||
|
||||
-- TODO width?
|
||||
-- TODO height?
|
||||
--
|
||||
}
|
||||
|
||||
local funcs = {
|
||||
@@ -156,6 +152,7 @@ local function supports(regionType)
|
||||
or regionType == "icon"
|
||||
or regionType == "aurabar"
|
||||
or regionType == "text"
|
||||
or regionType == "empty"
|
||||
end
|
||||
|
||||
WeakAuras.RegisterSubRegionType("subtexture", L["Texture"], supports, create, modify, onAcquire, onRelease, default, nil, properties)
|
||||
|
||||
Reference in New Issue
Block a user