From 96f9c056b19ab9f7aafccb6be28981c27a4c2e11 Mon Sep 17 00:00:00 2001 From: darkfire006 Date: Sun, 18 Dec 2022 22:57:10 -0600 Subject: [PATCH] Revert "Fix invisible floors overwriting visible floors" This reverts commit 4511946f270c842d76f669134f753e817b7fb70f. --- P3D/World/LevelLoader.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P3D/World/LevelLoader.vb b/P3D/World/LevelLoader.vb index dc6328b9c..0eac8dd2c 100644 --- a/P3D/World/LevelLoader.vb +++ b/P3D/World/LevelLoader.vb @@ -748,7 +748,7 @@ End Function) End If - If Not Ent Is Nothing AndAlso Visible = True Then + If Not Ent Is Nothing Then Ent.Textures = {Texture} Ent.Visible = Visible Ent.SeasonColorTexture = SeasonTexture