Explorar el Código

fix comment

pull/4955/head
Moros Smith hace 6 meses
padre
commit
1ae7a89a42
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/platforms/rcore_web.c

+ 1
- 1
src/platforms/rcore_web.c Ver fichero

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

Cargando…
Cancelar
Guardar