mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-16 16:28:14 +00:00
Corrected typo
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user