ソースを参照

Corrected typo

pull/703/head
Ray 7年前
コミット
6351971c7f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c ファイルの表示

@ -766,7 +766,7 @@ void SetWindowIcon(Image image)
Image imicon = ImageCopy(image);
ImageFormat(&imicon, UNCOMPRESSED_R8G8B8A8);
GLFWimage imicon[1] = { 0 };
GLFWimage icon[1] = { 0 };
icon[0].width = imicon.width;
icon[0].height = imicon.height;

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