소스 검색

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;

불러오는 중...
취소
저장