mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Started quake map importer
This commit is contained in:
@@ -2231,6 +2231,11 @@ namespace Nuake {
|
||||
{
|
||||
m_ShowTrenchbroomConfigurator = !m_ShowTrenchbroomConfigurator;
|
||||
}
|
||||
|
||||
if (ImGui::MenuItem("Map Importer", NULL, m_ShowMapImporter))
|
||||
{
|
||||
m_ShowMapImporter = !m_ShowMapImporter;
|
||||
}
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
if (ImGui::BeginMenu("View"))
|
||||
@@ -2421,6 +2426,11 @@ namespace Nuake {
|
||||
m_TrenchhbroomConfigurator.Draw();
|
||||
}
|
||||
|
||||
if (m_ShowMapImporter)
|
||||
{
|
||||
m_MapImporter.Draw();
|
||||
}
|
||||
|
||||
DrawMenuBar();
|
||||
DrawMenuBars();
|
||||
DrawStatusBar();
|
||||
|
||||
Reference in New Issue
Block a user