From d0fdc65a307726264d6fbcc235e9437f921143d9 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Fri, 20 Oct 2023 15:24:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=97=A0=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=E5=90=AF=E5=8A=A8=E6=A1=8C=E5=AE=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Core/Display/Main.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VPet-Simulator.Core/Display/Main.xaml.cs b/VPet-Simulator.Core/Display/Main.xaml.cs index 0627dc9..1569e18 100644 --- a/VPet-Simulator.Core/Display/Main.xaml.cs +++ b/VPet-Simulator.Core/Display/Main.xaml.cs @@ -75,7 +75,7 @@ namespace VPet_Simulator.Core if (!core.Controller.EnableFunction) Core.Save.Mode = NoFunctionMOD; var ig = Core.Graph.FindGraph(Core.Graph.FindName(GraphType.StartUP), AnimatType.Single, core.Save.Mode); - ig ??= Core.Graph.FindGraph(Core.Graph.FindName(GraphType.StartUP), AnimatType.Single, GameSave.ModeType.PoorCondition); + ig ??= Core.Graph.FindGraph(Core.Graph.FindName(GraphType.Default), AnimatType.Single, core.Save.Mode); //var ig2 = Core.Graph.FindGraph(GraphType.Default, core.GameSave.Mode); PetGrid2.Visibility = Visibility.Collapsed; Task.Run(() =>