This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Corrected typo
pull/703/head
Ray
6 years ago
parent
c8385aba83
commit
6351971c7f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/core.c
+ 1
- 1
src/core.c
View File
@ -766,7 +766,7 @@ void SetWindowIcon(Image image)
Image
imicon
=
ImageCopy
(
image
)
;
ImageFormat
(
&
imicon
,
UNCOMPRESSED_R8G8B8A8
)
;
GLFWimage
i
mi
con
[
1
]
=
{
0
}
;
GLFWimage
icon
[
1
]
=
{
0
}
;
icon
[
0
]
.
width
=
imicon
.
width
;
icon
[
0
]
.
height
=
imicon
.
height
;
Write
Preview
Loading…
Cancel
Save