Fix invisible floors overwriting visible floors

This commit is contained in:
JappaWakka 2022-11-18 15:08:14 +01:00
parent 8ea37604eb
commit 4511946f27
1 changed files with 1 additions and 1 deletions

View File

@ -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