Explorar o código

Corrected typo

Ray %!s(int64=7) %!d(string=hai) anos
pai
achega
6351971c7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;