1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 03:33:29 +08:00

UXAssist v1.3.2

This commit is contained in:
2025-04-27 19:31:49 +08:00
parent 2124719de0
commit 5545d7a2bf
7 changed files with 107 additions and 100 deletions

View File

@@ -233,7 +233,7 @@ public class UXAssist : BaseUnityPlugin, IModCanSave
GameLogic.Enable(false);
}
private void Update()
private void FixedUpdate()
{
if (DSPGame.IsMenuDemo)
{
@@ -241,7 +241,6 @@ public class UXAssist : BaseUnityPlugin, IModCanSave
UIFunctions.OnInputUpdate();
return;
}
UIFunctions.OnUpdate();
LogisticsPatch.OnUpdate();
if (VFInput.inputing) return;
LogisticsPatch.OnInputUpdate();