Mistake fix

This commit is contained in:
KillzXGaming 2019-05-16 17:41:01 -04:00
parent fbb90ebdfa
commit df961b511c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -776,7 +776,7 @@ namespace FirstPlugin
m.HasMetalnessMap = true;
texture.Type = MatTexture.TextureType.Metalness;
}
if (IsMetalness) {
if (IsEmissive) {
m.HasEmissionMap = true;
texture.Type = MatTexture.TextureType.Emission;
}