mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 20:43:09 +00:00
Adjustments to texture mapping.
This commit is contained in:
parent
f4f71b95cf
commit
6c4afefdd5
1 changed files with 4 additions and 0 deletions
|
@ -743,6 +743,10 @@ namespace FirstPlugin
|
|||
if (mat.ShaderAssign.ShaderArchiveName == "Wii_UBER" || mat.ShaderAssign.ShaderArchiveName == "Block_UBER")
|
||||
Runtime.activeGame = Runtime.ActiveGame.MK8D;
|
||||
|
||||
if (mat.ShaderAssign.ShaderArchiveName == "base") {
|
||||
Runtime.activeGame = Runtime.ActiveGame.MK8D;
|
||||
}
|
||||
|
||||
if (Runtime.activeGame == Runtime.ActiveGame.MK8D)
|
||||
{
|
||||
if (useSampler == "_a0" && AlbedoCount == 0)
|
||||
|
|
Loading…
Reference in a new issue