Skip to content

Commit 01a6a3d

Browse files
authored
Fix #1773 (#2250)
* Fix #1773 Finally a good solution for it * Apply suggested change
1 parent 8ff4255 commit 01a6a3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/entities/starfall_screen/cl_init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ function ENT:DrawTranslucent()
117117
self:DrawModel()
118118

119119
if halo.RenderedEntity() == self then return end
120+
if render.GetRenderTarget() then return end
120121

121122
local transform = self:GetWorldTransformMatrix() * self.ScreenMatrix
122123
self.Transform.matrix = transform

0 commit comments

Comments
 (0)