mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
Unbork glow maps
This commit is contained in:
parent
2e971ec2e3
commit
c29ceb7f7f
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…
Add table
Add a link
Reference in a new issue