From 41fbca10f6c6cdd9c1623f1347e7ecb40f5e7f59 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 8 Jul 2023 01:20:53 +0200 Subject: Add crude texture transparency --- src/GFX/Image/RawImage.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GFX/Image/RawImage.hpp') diff --git a/src/GFX/Image/RawImage.hpp b/src/GFX/Image/RawImage.hpp index be3c83a..809ddd9 100644 --- a/src/GFX/Image/RawImage.hpp +++ b/src/GFX/Image/RawImage.hpp @@ -16,7 +16,7 @@ public: } struct Pixel { - uint8_t r, g, b; + uint8_t r, g, b, a; }; void add(Pixel pixel); -- cgit 1.4.1