gfx cleanup

This commit is contained in:
scawful
2024-08-13 18:04:41 -04:00
parent c26a5b4a5e
commit 327985b1c9
3 changed files with 16 additions and 6 deletions

View File

@@ -206,7 +206,7 @@ class Bitmap {
bool modified_ = false;
void *texture_pixels = nullptr;
uchar *pixel_data_;
uint8_t *pixel_data_ = nullptr;
Bytes data_;
std::vector<uint8_t> png_data_;