Fix invisible floors overwriting visible floors
This commit is contained in:
parent
8ea37604eb
commit
4511946f27
|
@ -748,7 +748,7 @@
|
|||
End Function)
|
||||
End If
|
||||
|
||||
If Not Ent Is Nothing Then
|
||||
If Not Ent Is Nothing AndAlso Visible = True Then
|
||||
Ent.Textures = {Texture}
|
||||
Ent.Visible = Visible
|
||||
Ent.SeasonColorTexture = SeasonTexture
|
||||
|
|
Loading…
Reference in New Issue