From dbc8251203938512d9af2c531a49eff4e2db176a Mon Sep 17 00:00:00 2001 From: ZouJin Date: Sat, 12 Aug 2023 21:32:44 +1000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=87=E6=8D=A2=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=97=B6=E5=8A=A8=E7=94=BB=E5=81=9C=E6=AD=A2=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Core/Display/MainLogic.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VPet-Simulator.Core/Display/MainLogic.cs b/VPet-Simulator.Core/Display/MainLogic.cs index 9b80b49..77d89c3 100644 --- a/VPet-Simulator.Core/Display/MainLogic.cs +++ b/VPet-Simulator.Core/Display/MainLogic.cs @@ -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; }