5.20.3
This commit is contained in:
@@ -195,11 +195,13 @@ local funcs = {
|
||||
self.tick_color[1], self.tick_color[2], self.tick_color[3], self.tick_color[4] = r, g, b, a or 1
|
||||
if self.use_texture then
|
||||
for _, tick in ipairs(self.ticks) do
|
||||
tick:SetTexture(r, g, b, a or 1)
|
||||
tick:SetVertexColor(r, g, b, a or 1)
|
||||
end
|
||||
self:UpdateTickDesaturated()
|
||||
else
|
||||
for _, tick in ipairs(self.ticks) do
|
||||
tick:SetVertexColor(r, g, b, a or 1)
|
||||
tick:SetTexture(r, g, b, a or 1)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user