ソースを参照

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

pull/4485/head
Jeffery Myers 6日前
committed by GitHub
コミット
fb69b39d54
この署名に対応する既知のキーがデータベースに存在しません 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;
}

読み込み中…
キャンセル
保存