From 47d378b69e5a2a4e596be6bf18a23049adc29984 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Thu, 18 Apr 2024 22:51:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E7=8E=B0=E5=9C=A8?= =?UTF-8?q?=E7=BB=93=E6=9D=9F=E8=AF=B4=E8=AF=9D=E5=8A=A8=E4=BD=9C=E5=90=8E?= =?UTF-8?q?=E7=9A=84=E5=8A=A8=E7=94=BB=E5=8F=AF=E8=83=BD=E4=B8=8D=E4=BC=9A?= =?UTF-8?q?=E6=98=AF=E5=BD=93=E5=89=8D=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 33f3119..c86d061 100644 --- a/VPet-Simulator.Core/Display/MessageBar.xaml.cs +++ b/VPet-Simulator.Core/Display/MessageBar.xaml.cs @@ -190,7 +190,7 @@ namespace VPet_Simulator.Core this.Visibility = Visibility.Collapsed; MessageBoxContent.Children.Clear(); 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); EndAction?.Invoke(); } public void Dispose()