gfx housekeeping

This commit is contained in:
scawful
2024-08-13 00:50:39 -04:00
parent 9f9edc9666
commit f1f2a7a25f
5 changed files with 25 additions and 26 deletions

View File

@@ -161,7 +161,7 @@ class Bitmap {
height_ = 0;
depth_ = 0;
data_size_ = 0;
palette_.Clear();
palette_.clear();
}
auto sdl_palette() {