Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 4b8298f

Browse files
committed
Update CursorUnlocker.cs
1 parent 23483a6 commit 4b8298f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Core/Input/CursorUnlocker.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static void SetupAggressiveUnlock()
6262
}
6363
catch (Exception ex)
6464
{
65-
ExplorerCore.LogWarning($"Exception setting up Camera.onPostRender callback: {ex}");
65+
ExplorerCore.LogWarning($"Exception setting up Aggressive Mouse Unlock: {ex}");
6666
}
6767
}
6868

@@ -72,9 +72,7 @@ private static IEnumerator AggressiveUnlockCoroutine()
7272
{
7373
while (true)
7474
{
75-
ExplorerCore.Log("Yielding end of frame");
7675
yield return _waitForEndOfFrame;
77-
ExplorerCore.Log("Yielded");
7876

7977
if (UIManager.ShowMenu)
8078
UpdateCursorControl();

0 commit comments

Comments
 (0)