Corrected typo

This commit is contained in:
Ray 2018-11-17 10:03:40 +01:00
parent c8385aba83
commit 6351971c7f

View File

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