diff options
| author | Ray <[email protected]> | 2018-11-17 10:03:40 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-11-17 10:03:40 +0100 |
| commit | 6351971c7f3986628b74e65733c654ccf0bf421c (patch) | |
| tree | 8abbbd0855dd211e4db477d1e5dc2f33b080dac4 | |
| parent | c8385aba83438d5e1df0ce6d18f844c81e06857d (diff) | |
| download | raylib-6351971c7f3986628b74e65733c654ccf0bf421c.tar.gz raylib-6351971c7f3986628b74e65733c654ccf0bf421c.zip | |
Corrected typo
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
