Преглед на файлове

Remove const

pull/4665/head
asdqwe преди 1 седмица
родител
ревизия
0de07cc814
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/platforms/rcore_desktop_glfw.c

+ 1
- 1
src/platforms/rcore_desktop_glfw.c Целия файл

@ -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;

Зареждане…
Отказ
Запис