mirror of
https://github.com/soarqin/DSP_Mods_TO.git
synced 2025-12-19 04:53:28 +08:00
WIP
This commit is contained in:
@@ -37,16 +37,21 @@ public static class CruiseAssistDebugUI
|
||||
{
|
||||
Rect.y = 0f;
|
||||
}
|
||||
|
||||
if (_lastCheckWindowLeft != float.MinValue)
|
||||
{
|
||||
var flag6 = Rect.x != _lastCheckWindowLeft || Rect.y != _lastCheckWindowTop;
|
||||
if (flag6)
|
||||
if (Rect.x != _lastCheckWindowLeft || Rect.y != _lastCheckWindowTop)
|
||||
{
|
||||
_lastCheckWindowLeft = Rect.x;
|
||||
_lastCheckWindowTop = Rect.y;
|
||||
CruiseAssistMainUI.NextCheckGameTick = GameMain.gameTick + 300L;
|
||||
}
|
||||
}
|
||||
_lastCheckWindowLeft = Rect.x;
|
||||
_lastCheckWindowTop = Rect.y;
|
||||
else
|
||||
{
|
||||
_lastCheckWindowLeft = Rect.x;
|
||||
_lastCheckWindowTop = Rect.y;
|
||||
}
|
||||
}
|
||||
|
||||
private static void WindowFunction(int windowId)
|
||||
|
||||
Reference in New Issue
Block a user