This commit is contained in:
NoM0Re
2025-10-09 21:17:44 +02:00
committed by GitHub
parent ad6a8b3cab
commit 7c7fafe5a8
46 changed files with 768 additions and 212 deletions
-1
View File
@@ -195,7 +195,6 @@ 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()