test desaturate

This commit is contained in:
Bunny67
2022-01-05 01:18:28 +03:00
parent 786d7844ad
commit cdd22d28a3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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