fix comment
This commit is contained in:
parent
04ac84f299
commit
1ae7a89a42
1 changed files with 1 additions and 1 deletions
|
@ -864,7 +864,7 @@ void EnableCursor(void)
|
||||||
// Set cursor position in the middle
|
// Set cursor position in the middle
|
||||||
SetMousePosition(CORE.Window.screen.width/2, CORE.Window.screen.height/2);
|
SetMousePosition(CORE.Window.screen.width/2, CORE.Window.screen.height/2);
|
||||||
|
|
||||||
// Hide cursor
|
// Show cursor
|
||||||
ShowCursor();
|
ShowCursor();
|
||||||
|
|
||||||
// NOTE: lockedMouseCursor handled by EmscriptenPointerlockCallback()
|
// NOTE: lockedMouseCursor handled by EmscriptenPointerlockCallback()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue