Added icons and fixed audio manger crash

This commit is contained in:
Antoine Pilote
2023-04-04 01:39:23 -04:00
parent 6b018aeb32
commit 0ba492a872
8 changed files with 82 additions and 5 deletions

View File

@@ -1479,6 +1479,7 @@ namespace Nuake {
if (m_ShowImGuiDemo)
ImGui::ShowDemoWindow();
/*
if (ImGui::Begin("Toolbar", 0, ImGuiWindowFlags_NoScrollbar | ImGuiDockNodeFlags_AutoHideTabBar | ImGuiWindowFlags_NoDecoration))
{
float availWidth = ImGui::GetContentRegionAvailWidth();
@@ -1506,6 +1507,7 @@ namespace Nuake {
}
}
ImGui::End();
*/
}
void EditorInterface::Update(float ts)