fix missing ok statuses

This commit is contained in:
scawful
2024-04-07 12:19:48 -04:00
parent 03a38fc712
commit 779c756b8b
3 changed files with 3 additions and 0 deletions

View File

@@ -359,6 +359,7 @@ absl::Status OverworldEditor::RefreshMapPalette() {
RETURN_IF_ERROR(maps_bmp_[current_map_].ApplyPalette(
*overworld_.mutable_overworld_map(current_map_)
->mutable_current_palette()));
return absl::OkStatus();
}
void OverworldEditor::RefreshMapProperties() {