Parcourir la source

Remove const

pull/4665/head
asdqwe il y a 1 semaine
Parent
révision
0de07cc814
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/platforms/rcore_desktop_glfw.c

+ 1
- 1
src/platforms/rcore_desktop_glfw.c Voir le fichier

@ -1656,7 +1656,7 @@ int InitPlatform(void)
}
// Initialize mouse positions:
">const double xpos, ypos;
double xpos, ypos;
glfwGetCursorPos(platform.handle, &xpos, &ypos);
CORE.Input.Mouse.previousPosition.x = (float)xpos;
CORE.Input.Mouse.previousPosition.y = (float)ypos;

Chargement…
Annuler
Enregistrer