From b9ee9bcc7544439c59fb7f6ce0db3a8bfd222184 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Sat, 4 May 2024 14:20:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=A6=E4=B8=80=E7=A7=8D?= =?UTF-8?q?=E6=83=85=E5=86=B5=E7=9A=84=20#358?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Core/Display/MessageBar.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VPet-Simulator.Core/Display/MessageBar.xaml.cs b/VPet-Simulator.Core/Display/MessageBar.xaml.cs index c86d061..805fd60 100644 --- a/VPet-Simulator.Core/Display/MessageBar.xaml.cs +++ b/VPet-Simulator.Core/Display/MessageBar.xaml.cs @@ -127,7 +127,7 @@ namespace VPet_Simulator.Core if (--timeleft <= 0) { if ((m.DisplayType.Name == graphName || m.DisplayType.Type == GraphInfo.GraphType.Say) && m.DisplayType.Animat != GraphInfo.AnimatType.C_End) - m.DisplayCEndtoNomal(graphName); + m.DisplayCEndtoNomal(m.DisplayType.Name); EndTimer.Stop(); CloseTimer.Start(); }