fix comment
This commit is contained in:
parent
04ac84f299
commit
1ae7a89a42
|
|
@ -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…
Reference in New Issue
Block a user