mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复设置读取错误的bug
This commit is contained in:
parent
f039ac86a6
commit
447cc5cd96
@ -50,7 +50,7 @@ namespace VPet_Simulator.Windows
|
|||||||
InteractionSlider.Value = mw.Set.InteractionCycle;
|
InteractionSlider.Value = mw.Set.InteractionCycle;
|
||||||
MoveEventBox.IsChecked = mw.Set.AllowMove;
|
MoveEventBox.IsChecked = mw.Set.AllowMove;
|
||||||
SmartMoveEventBox.IsChecked = mw.Set.SmartMove;
|
SmartMoveEventBox.IsChecked = mw.Set.SmartMove;
|
||||||
PressLengthSlider.Value = mw.Set.PressLength;
|
PressLengthSlider.Value = mw.Set.PressLength / 1000.0;
|
||||||
|
|
||||||
foreach (PetLoader pl in mw.Pets)
|
foreach (PetLoader pl in mw.Pets)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user