refresh rgba8888 stress cartridge artifacts
All checks were successful
Intrepid/Prometeu/Runtime/pipeline/head This commit looks good
Intrepid/Prometeu/Runtime/pipeline/pr-master This commit looks good

This commit is contained in:
bQUARKz 2026-05-23 22:18:18 +01:00
parent d9c208ad4f
commit a07104aad1
Signed by: bquarkz
SSH Key Fingerprint: SHA256:Z7dgqoglWwoK6j6u4QC87OveEq74WOhFN+gitsxtkf8
3 changed files with 0 additions and 1 deletions

View File

@ -64,5 +64,4 @@ impl Color {
pub const fn alpha(self) -> u8 {
(self.0 & 0xFF) as u8
}
}