1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-22 12:39:59 +00:00

Unbork glow maps

This commit is contained in:
Alexei Kotov 2024-05-06 23:24:25 +03:00
parent 2e971ec2e3
commit c29ceb7f7f

View File

@ -2030,7 +2030,7 @@ namespace NifOsg
textureName = "diffuseMap"; textureName = "diffuseMap";
break; break;
case Nif::NiTexturingProperty::GlowTexture: case Nif::NiTexturingProperty::GlowTexture:
textureName = "glowMap"; textureName = "emissiveMap";
break; break;
case Nif::NiTexturingProperty::DarkTexture: case Nif::NiTexturingProperty::DarkTexture:
textureName = "darkMap"; textureName = "darkMap";