chore: sync editor worktree changes

This commit is contained in:
2026-04-05 01:25:09 +08:00
parent 061e74d98f
commit b2774f1745
27 changed files with 1014 additions and 281 deletions

View File

@@ -32,7 +32,7 @@ void EditorLayer::onEvent(void* event) {
m_workspace.DispatchEvent(event);
}
void EditorLayer::onImGuiRender() {
void EditorLayer::onUIRender() {
m_workspace.Render();
}