소스 검색

Corrected typo

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;