diff --git a/neo/renderer/RenderWorld_load.cpp b/neo/renderer/RenderWorld_load.cpp index f1605d77..86af311e 100644 --- a/neo/renderer/RenderWorld_load.cpp +++ b/neo/renderer/RenderWorld_load.cpp @@ -655,7 +655,7 @@ void idRenderWorldLocal::AddWorldModelEntities() { for ( int j = 0; j < hModel->NumSurfaces(); j++ ) { const modelSurface_t *surf = hModel->Surface( j ); - if ( surf->shader->GetName() == idStr( "textures/smf/portal_sky" ) ) { + if ( ( surf->shader->GetName() == idStr( "textures/smf/portal_sky" ) ) || ( surf->shader->GetName() == idStr( "textures/editor/portal_sky" ) ) ) { def->needsPortalSky = true; } }