fix missing ok statuses
This commit is contained in:
@@ -197,6 +197,7 @@ absl::Status DungeonEditor::UpdateDungeonRoomView() {
|
||||
DrawTileSelector();
|
||||
ImGui::EndTable();
|
||||
}
|
||||
return absl::OkStatus();
|
||||
}
|
||||
|
||||
void DungeonEditor::DrawToolset() {
|
||||
|
||||
Reference in New Issue
Block a user