test desaturate
This commit is contained in:
@@ -986,7 +986,7 @@ end
|
||||
local function setTexture(self, ...)
|
||||
local apply = self._SetTexture(self, ...)
|
||||
if self.isDesaturated ~= nil then
|
||||
self:SetDesaturated(self.isDesaturated)
|
||||
self:_SetDesaturated(self.isDesaturated)
|
||||
end
|
||||
return apply
|
||||
end
|
||||
|
||||
@@ -182,7 +182,7 @@ end
|
||||
local function setTexture(self, ...)
|
||||
local apply = self._SetTexture(self, ...)
|
||||
if self.isDesaturated ~= nil then
|
||||
self:SetDesaturated(self.isDesaturated)
|
||||
self:_SetDesaturated(self.isDesaturated)
|
||||
end
|
||||
return apply
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user