mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复 睡觉时点击不说话 的bug by 牢c
This commit is contained in:
parent
692e3ad450
commit
ab1aa2d627
@ -313,7 +313,7 @@ namespace VPet_Simulator.Core
|
|||||||
if (DisplayType.Type != GraphType.Default)
|
if (DisplayType.Type != GraphType.Default)
|
||||||
{//不是nomal! 可能会卡timer,所有全部timer清空下
|
{//不是nomal! 可能会卡timer,所有全部timer清空下
|
||||||
CleanState();
|
CleanState();
|
||||||
if (!IsIdel && DisplayStop(DisplayToNomal))
|
if (!IsIdel && State != WorkingState.Sleep && DisplayStop(DisplayToNomal))
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
DefaultClickAction?.Invoke();
|
DefaultClickAction?.Invoke();
|
||||||
|
Loading…
Reference in New Issue
Block a user