Format code

This commit is contained in:
Wojtek Figat
2023-05-12 14:19:40 +02:00
parent d7327d62e2
commit b5117af4b8
5 changed files with 10 additions and 11 deletions

View File

@@ -1197,7 +1197,7 @@ namespace FlaxEngine.GUI
{
SetSelection(hitPos);
}
if (Cursor == CursorType.Default && _changeCursor)
Cursor = CursorType.IBeam;