diff options
-rw-r--r-- | src/Render.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Render.cpp b/src/Render.cpp index 6c5cc61..9c5cd49 100644 --- a/src/Render.cpp +++ b/src/Render.cpp @@ -313,6 +313,7 @@ void Render::RenderGui() { for (const auto& msg : chatMessages) { ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(1,1,1,1)); ImGui::TextWrapped("%s", msg.c_str()); + ImGui::PopStyleColor(); } static char buff[256]; ImGui::InputText("", buff, 256); |