fix comment

This commit is contained in:
Moros Smith 2025-05-29 06:36:45 -04:00
parent 04ac84f299
commit 1ae7a89a42

View file

@ -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()