修复设置读取错误的bug

This commit is contained in:
ZouJin 2023-02-03 20:41:21 +08:00
parent f039ac86a6
commit 447cc5cd96

View File

@ -50,7 +50,7 @@ namespace VPet_Simulator.Windows
InteractionSlider.Value = mw.Set.InteractionCycle;
MoveEventBox.IsChecked = mw.Set.AllowMove;
SmartMoveEventBox.IsChecked = mw.Set.SmartMove;
PressLengthSlider.Value = mw.Set.PressLength;
PressLengthSlider.Value = mw.Set.PressLength / 1000.0;
foreach (PetLoader pl in mw.Pets)
{