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

@@ -197,6 +197,7 @@ absl::Status DungeonEditor::UpdateDungeonRoomView() {
DrawTileSelector();
ImGui::EndTable();
}
return absl::OkStatus();
}
void DungeonEditor::DrawToolset() {