Remove test editor integration from Controller and update integration test logic
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user