mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 23:34:58 +02:00
Revert "Fix invisible floors overwriting visible floors"
This reverts commit 4511946f270c842d76f669134f753e817b7fb70f.
This commit is contained in:
parent
ac34e0cab2
commit
96f9c056b1
@ -748,7 +748,7 @@
|
|||||||
End Function)
|
End Function)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If Not Ent Is Nothing AndAlso Visible = True Then
|
If Not Ent Is Nothing Then
|
||||||
Ent.Textures = {Texture}
|
Ent.Textures = {Texture}
|
||||||
Ent.Visible = Visible
|
Ent.Visible = Visible
|
||||||
Ent.SeasonColorTexture = SeasonTexture
|
Ent.SeasonColorTexture = SeasonTexture
|
||||||
|
Loading…
x
Reference in New Issue
Block a user