浏览代码

Corrected typo

pull/703/head
Ray 6 年前
父节点
当前提交
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;

正在加载...
取消
保存