Rename XCUI compatibility host surface away from ImGui

This commit is contained in:
2026-04-05 16:53:40 +08:00
parent 54a699aa26
commit 94482ab98c
4 changed files with 11 additions and 10 deletions

View File

@@ -1132,7 +1132,7 @@ void Application::Frame() {
return;
}
FrameLegacyImGuiHost();
FrameCompatibilityHost();
}
} // namespace NewEditor