mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-18 09:24:39 +01:00
Fix UI Shader
This commit is contained in:
@@ -404,7 +404,7 @@ namespace MoleMole
|
||||
_currentRightModelAvatarID = avatarID;
|
||||
}
|
||||
}
|
||||
Animation animation = ((side != SelectScreenSide.Left) ? _rightScreen.FindChild("Name").GetComponent<Animation>() : _leftScreen.FindChild("Name").GetComponent<Animation>());
|
||||
Animation animation = ((side != SelectScreenSide.Left) ? _rightScreen.Find("Name").GetComponent<Animation>() : _leftScreen.Find("Name").GetComponent<Animation>());
|
||||
animation.Play("PlotScreenCurrent");
|
||||
if (flag)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user