Remove test editor integration from Controller and update integration test logic

This commit is contained in:
scawful
2025-03-11 20:11:47 -04:00
parent 986084f3cd
commit 358520fcae
4 changed files with 7 additions and 17 deletions

View File

@@ -108,10 +108,9 @@ absl::Status Controller::OnLoad() {
return absl::OkStatus();
}
absl::Status Controller::OnTestLoad() {
RETURN_IF_ERROR(test_editor_->Update());
return absl::OkStatus();
}
void Controller::DoRender() const {
ImGui::Render();