housekeeping

This commit is contained in:
scawful
2025-03-03 16:33:23 -05:00
parent 7a7d52353f
commit dc88574152
4 changed files with 4 additions and 4 deletions

View File

@@ -170,7 +170,7 @@ void Canvas::DrawContextMenu(gfx::Bitmap *bitmap) {
refresh_graphics_, *palette);
if (refresh_graphics_) {
auto status = bitmap->ApplyPaletteWithTransparent(
auto status = bitmap->SetPaletteWithTransparent(
*palette, edit_palette_sub_index_);
Renderer::GetInstance().UpdateBitmap(bitmap);
refresh_graphics_ = false;