提交 2c8dbfb8 编写于 作者: Z ZouJin

Fix #31

上级 ae4dbd34
......@@ -238,7 +238,10 @@ namespace VPet_Simulator.Windows
}
if (!_puswitch.IsChecked.Value)
{
rMoney.Text = mw.Core.Save.Money.ToString("f2");
TryClose();
}
var name = mw.Core.Graph.FindName(item.Type == Food.FoodType.Drink ? GraphType.Drink : GraphType.Eat);
var ig = mw.Core.Graph.FindGraph(name, AnimatType.Single, mw.Core.Save.Mode);
if (ig != null)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册