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
Merge branch 'master' of
https://github.com/Raysan5/raylib
pull/4798/head
ColleagueRiley
1 month ago
parent
eaf6087609
e4dcdfa1f2
commit
64c802fa99
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/platforms/rcore_desktop_rgfw.c
+ 2
- 0
src/platforms/rcore_desktop_rgfw.c
View File
@ -541,6 +541,8 @@ int RGFW_formatToChannels(int format)
case
PIXELFORMAT_COMPRESSED_ASTC_8x8_RGBA
:
// 2 bpp
case
PIXELFORMAT_COMPRESSED_ASTC_8x8_RGBA
:
// 2 bpp
return
4
;
return
4
;
default
:
return
4
;
default
:
return
4
;
return
4
;
default
:
return
4
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save