Minor Update - Import file

Feat :

+ Import Button to import from file a 3D object
This commit is contained in:
2024-04-05 16:33:52 +02:00
parent 3323dfa6ad
commit bb15be5bd3
3 changed files with 27 additions and 1 deletions

View File

@@ -159,7 +159,7 @@ bool SystemClass::Frame()
return false;
}
// Render ImGui
// Render ImGui
m_imguiManager->ImGuiWidgetRenderer(m_Application);
return true;