mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
Merge branch 'itsemissivenotglow' into 'master'
Unbork glow maps See merge request OpenMW/openmw!4077
This commit is contained in:
commit
93aa887868
@ -2030,7 +2030,7 @@ namespace NifOsg
|
||||
textureName = "diffuseMap";
|
||||
break;
|
||||
case Nif::NiTexturingProperty::GlowTexture:
|
||||
textureName = "glowMap";
|
||||
textureName = "emissiveMap";
|
||||
break;
|
||||
case Nif::NiTexturingProperty::DarkTexture:
|
||||
textureName = "darkMap";
|
||||
|
Loading…
Reference in New Issue
Block a user