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