fix broken island state

This commit is contained in:
qhy040404
2024-06-25 18:01:35 +08:00
parent 0433ecbce8
commit fb293cfc18
2 changed files with 2 additions and 2 deletions

View File

@@ -97,6 +97,6 @@ internal sealed class IslandGameFpsUnlocker : GameFpsUnlocker
pIslandEnvironment->Address = context.FpsAddress;
pIslandEnvironment->Value = launchOptions.TargetFps;
return *(IslandEnvironmentView*)&pIslandEnvironment;
return *(IslandEnvironmentView*)pIslandEnvironment;
}
}

View File

@@ -356,7 +356,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Snap.Hutao.UnlockerIsland" Version="1.0.7">
<PackageReference Include="Snap.Hutao.UnlockerIsland" Version="1.0.9">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>