housekeeping

This commit is contained in:
scawful
2022-12-31 13:53:21 -06:00
parent a8729add01
commit 6902102402
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ void ScreenEditor::DrawInventoryMenuEditor() {
static bool create = false;
if (!create && rom_.isLoaded()) {
inventory_.Create();
palette_ =inventory_.Palette();
palette_ = inventory_.Palette();
create = true;
}