소스 검색

Fix a typecast warning in glfw clipboard access (#4479)

pull/4485/head
Jeffery Myers 6 일 전
committed by GitHub
부모
커밋
fb69b39d54
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/platforms/rcore_desktop_glfw.c

+ 1
- 1
src/platforms/rcore_desktop_glfw.c 파일 보기

@ -988,7 +988,7 @@ Image GetClipboardImage(void)
}
else
{
image = LoadImageFromMemory(".bmp", fileData, dataSize);
image = LoadImageFromMemory(".bmp", fileData, p">(int)dataSize);
}
return image;
}

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