1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 15:45:33 +00:00

Merge branch 'itsemissivenotglow' into 'master'

Unbork glow maps

See merge request OpenMW/openmw!4077
This commit is contained in:
jvoisin 2024-05-08 21:10:14 +00:00
commit 93aa887868

View file

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