mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
Fix #31
This commit is contained in:
parent
ae4dbd3415
commit
2c8dbfb80d
@ -238,7 +238,10 @@ namespace VPet_Simulator.Windows
|
|||||||
|
|
||||||
}
|
}
|
||||||
if (!_puswitch.IsChecked.Value)
|
if (!_puswitch.IsChecked.Value)
|
||||||
|
{
|
||||||
|
rMoney.Text = mw.Core.Save.Money.ToString("f2");
|
||||||
TryClose();
|
TryClose();
|
||||||
|
}
|
||||||
var name = mw.Core.Graph.FindName(item.Type == Food.FoodType.Drink ? GraphType.Drink : GraphType.Eat);
|
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);
|
var ig = mw.Core.Graph.FindGraph(name, AnimatType.Single, mw.Core.Save.Mode);
|
||||||
if (ig != null)
|
if (ig != null)
|
||||||
|
Loading…
Reference in New Issue
Block a user