소스 검색
remove unneeded math.h lol
pull/5420/head
kin fuyuki
2 달 전
No known key found for this signature in database
GPG 키 ID: E4E8E519FB71401
1개의 변경된 파일과
0개의 추가작업 그리고
2개의 파일을 삭제
-
src/rcore.c
|
|
|
@ -3684,8 +3684,6 @@ Vector2 GetMousePosition(void) |
|
|
|
|
|
|
|
return position; |
|
|
|
} |
|
|
|
#include<math.h> |
|
|
|
|
|
|
|
Vector2 GetMousePositionDesktop(void) |
|
|
|
{ |
|
|
|
Vector2 position = { 0 }; |
|
|
|
|