mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-23 04:53:09 +00:00
Mistake fix
This commit is contained in:
parent
fbb90ebdfa
commit
df961b511c
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue