mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-09 18:43:26 +00:00
Another adjustment to texture mapping
This commit is contained in:
parent
6c4afefdd5
commit
4f39fdf62e
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ namespace FirstPlugin
|
|||
if (mat.ShaderAssign.ShaderArchiveName == "Wii_UBER" || mat.ShaderAssign.ShaderArchiveName == "Block_UBER")
|
||||
Runtime.activeGame = Runtime.ActiveGame.MK8D;
|
||||
|
||||
if (mat.ShaderAssign.ShaderArchiveName == "base") {
|
||||
if (mat.ShaderAssign.ShaderArchiveName == "base" || mat.ShaderAssign.ShaderArchiveName == "ui") {
|
||||
Runtime.activeGame = Runtime.ActiveGame.MK8D;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue