Browse Source

fix comment

pull/4955/head
Moros Smith 2 weeks ago
parent
commit
1ae7a89a42
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/platforms/rcore_web.c

+ 1
- 1
src/platforms/rcore_web.c View File

@ -864,7 +864,7 @@ void EnableCursor(void)
// Set cursor position in the middle
SetMousePosition(CORE.Window.screen.width/2, CORE.Window.screen.height/2);
// Hide cursor
// Show cursor
ShowCursor();
// NOTE: lockedMouseCursor handled by EmscriptenPointerlockCallback()

Loading…
Cancel
Save