Skip to content

Commit

Permalink
linter fail
Browse files Browse the repository at this point in the history
  • Loading branch information
marchc1 committed Dec 27, 2024
1 parent 20d9488 commit f75bd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ponder/classes_cl/environment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function Ponder.Environment:Render()
cam.Start(self.Camera)

for _, v in ipairs(self.NamedTextObjects.List) do v:ResolvePos2D() end
for _, v in ipairs(self.ClientsideModels.List) do
for _, v in ipairs(self.ClientsideModels.List) do
local c = v:GetColor()
render.SetColorModulation(c.r / 255, c.g / 255, c.b / 255)
render.SetBlend(c.a / 255)
Expand Down

0 comments on commit f75bd0d

Please sign in to comment.