From 5ef8cb80615321996928c83df4fd3c3a18d34bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89meryc?= Date: Fri, 21 Jul 2023 21:04:04 -0400 Subject: [PATCH] NK-102 - I forgor --- Editor/src/Misc/PopupHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/src/Misc/PopupHelper.cpp b/Editor/src/Misc/PopupHelper.cpp index f1a28fd1..49f81a3e 100644 --- a/Editor/src/Misc/PopupHelper.cpp +++ b/Editor/src/Misc/PopupHelper.cpp @@ -4,7 +4,7 @@ void PopupHelper::Confirmation(const std::string& id) { - ImGui::TextWrapped("Test"); + ImGui::TextWrapped(id.c_str()); ImGui::OpenPopup(id.c_str()); }