NK-102 - I forgor

This commit is contained in:
Émeryc
2023-07-21 21:04:04 -04:00
parent 04d6241b63
commit 5ef8cb8061

View File

@@ -4,7 +4,7 @@
void PopupHelper::Confirmation(const std::string& id)
{
ImGui::TextWrapped("Test");
ImGui::TextWrapped(id.c_str());
ImGui::OpenPopup(id.c_str());
}