Skip to content

Commit

Permalink
remove workaround as this fixed by Facepunch/garrysmod-requests#467
Browse files Browse the repository at this point in the history
  • Loading branch information
MattJeanes committed Dec 19, 2023
1 parent 78cba10 commit 33baf7c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lua/entities/gmod_tardis/modules/sh_exterior_light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,6 @@ else
fallback=true
end

if not fallback then
for k,v in pairs(wp.portals) do -- not ideal but does the job
if wp.shouldrender(v) then
fallback=true
break
end
end
end

if fallback then
render.DrawSprite(pos, size, size, Color(col.r,col.g,col.b,alpha))
else
Expand Down

0 comments on commit 33baf7c

Please sign in to comment.