chore: fix lualint

Whoops, too much JS recently 😅
This commit is contained in:
James Ross 2021-01-22 02:03:32 +00:00
parent 7e28ac83f4
commit 9cac454430
No known key found for this signature in database
GPG Key ID: 49E8B07166BE49AB

View File

@ -78,7 +78,7 @@ local function Draw3D2D(ang, pos, camangle, data)
if data[i][RAINBOW] ~= 0 then
for j = 1, #data[i][TEXT] do
--Color
if(render_rainbow ~= 0) then
if render_rainbow ~= 0 then
surface.SetTextColor(HSVToColor((CurTime() * 60 + (j * 5)) % 360, 1, 1))
else
-- Render as solid white if ss_render_rainbow is disabled