修复切换状态时动画停止的bug

This commit is contained in:
ZouJin 2023-08-12 21:32:44 +10:00
parent a283216ab4
commit dbc8251203

View File

@ -277,7 +277,7 @@ namespace VPet_Simulator.Core
}
private void playSwitchAnimat(GameSave.ModeType before, GameSave.ModeType after)
{
if (DisplayType.Type != GraphType.Default)
if (!(DisplayType.Type == GraphType.Default || DisplayType.Type == GraphType.Switch_Down || DisplayType.Type == GraphType.Switch_Up))
{
return;
}