mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Upgraded to C++ 20 & better audio voice management
This commit is contained in:
@@ -76,7 +76,7 @@ namespace Nuake {
|
||||
{
|
||||
//ImGuiTextSTD("Name", p.name);
|
||||
ImGui::TableNextColumn();
|
||||
std::string current_item = NULL;
|
||||
std::string current_item = "";
|
||||
if (ImGui::BeginCombo(("TypeSelection" + std::to_string(idx)).c_str(), current_item.c_str()))
|
||||
{
|
||||
for (int n = 0; n < IM_ARRAYSIZE(items); n++)
|
||||
|
||||
Reference in New Issue
Block a user