1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-02-04 19:42:17 +08:00

work in progress

This commit is contained in:
2025-04-23 02:49:59 +08:00
parent 996a57130c
commit 1ae4aa3ecb
6 changed files with 67 additions and 55 deletions

View File

@@ -89,7 +89,11 @@ public static class LogisticsPatch
{
RealtimeLogisticsInfoPanel.StationInfoPanelsUpdate();
}
if (LogisticsCapacityTweaksEnabled.Value && VFInput.onGUI && !VFInput.inputing)
}
public static void OnInputUpdate()
{
if (VFInput.onGUI && LogisticsCapacityTweaksEnabled.Value)
{
LogisticsCapacityTweaks.UpdateInput();
}