Skip to content

+EA 23.74 Hotfix 4 - Plugin.UI

January 7, 2025

1 file modified.

Important Changes

None.

Window

@@ -1622,7 +1622,7 @@ private void Update()

cs
	isTop = InputModuleEX.GetComponentOf<Window>() == this;
	if (isFloat && (bool)cgFloatMenu && cgFloatMenu.enabled)
	{
		bool flag = InputModuleEX.IsPointerOver(this) && (saveData == null || !saveData.shiftToShowMenu || Input.GetKey(KeyCode.LeftShift)); 
		bool flag = InputModuleEX.IsPointerOver(this) && (saveData == null || !saveData.shiftToShowMenu || Input.GetKey(KeyCode.LeftShift) || Input.GetKey(KeyCode.RightShift)); 
		floatAlpha = Mathf.Clamp(floatAlpha + (flag ? 2f : (-2f)) * Time.deltaTime * 1.5f, 0.5f, 1f);
		if ((bool)cgBG)
		{