add physX settings through the setting window for editor

This commit is contained in:
2025-12-29 13:44:00 +08:00
parent 9a44dd8d79
commit ce41e348f8
18 changed files with 605 additions and 267 deletions

View File

@ -388,7 +388,7 @@ namespace Prism
}
m_SceneHierarchyPanel->OnImGuiRender();
PhysicsSettingsWindow::OnImGuiRender(&m_ShowPhysicsSettings);
PhysicsSettingsWindow::OnImGuiRender(m_ShowPhysicsSettings);
ImGui::Begin("Materials");