mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 22:45:36 +00:00
Merge branch 'itsemissivenotglow' into 'master'
Unbork glow maps See merge request OpenMW/openmw!4077
This commit is contained in:
commit
93aa887868
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue