diff --git a/src/Core/Input/CursorUnlocker.cs b/src/Core/Input/CursorUnlocker.cs index d5733e7..4a535f0 100644 --- a/src/Core/Input/CursorUnlocker.cs +++ b/src/Core/Input/CursorUnlocker.cs @@ -62,7 +62,7 @@ namespace UnityExplorer.Core.Input } catch (Exception ex) { - ExplorerCore.LogWarning($"Exception setting up Camera.onPostRender callback: {ex}"); + ExplorerCore.LogWarning($"Exception setting up Aggressive Mouse Unlock: {ex}"); } } @@ -72,9 +72,7 @@ namespace UnityExplorer.Core.Input { while (true) { - ExplorerCore.Log("Yielding end of frame"); yield return _waitForEndOfFrame; - ExplorerCore.Log("Yielded"); if (UIManager.ShowMenu) UpdateCursorControl();