浏览代码

fix comment

pull/4955/head
Moros Smith 2 周前
父节点
当前提交
1ae7a89a42
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/platforms/rcore_web.c

+ 1
- 1
src/platforms/rcore_web.c 查看文件

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

正在加载...
取消
保存