mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-08-06 00:50:17 +08:00
fix(UXAssist): guard non-UI input updates in menu demo
This commit is contained in:
@@ -97,6 +97,7 @@ public static class LogisticsPatch
|
||||
|
||||
public static void OnInputUpdate()
|
||||
{
|
||||
if (DSPGame.IsMenuDemo) return;
|
||||
if (VFInput.onGUI && LogisticsCapacityTweaksEnabled.Value)
|
||||
{
|
||||
LogisticsCapacityTweaks.UpdateInput();
|
||||
|
||||
Reference in New Issue
Block a user