diff --git a/components/nifosg/nifloader.cpp b/components/nifosg/nifloader.cpp index d9442229dd..e8f275ff39 100644 --- a/components/nifosg/nifloader.cpp +++ b/components/nifosg/nifloader.cpp @@ -2030,7 +2030,7 @@ namespace NifOsg textureName = "diffuseMap"; break; case Nif::NiTexturingProperty::GlowTexture: - textureName = "glowMap"; + textureName = "emissiveMap"; break; case Nif::NiTexturingProperty::DarkTexture: textureName = "darkMap";