mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复另一种情况的 #358
This commit is contained in:
parent
f4c5177cc3
commit
b9ee9bcc75
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user