From ef88fc57d86b26731951684788acb4d68cad3427 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 27 Mar 2022 16:35:55 -0500 Subject: [PATCH] GUI: remove invalid comment --- src/gui/insEdit.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/insEdit.cpp b/src/gui/insEdit.cpp index 837815da..8febd9f4 100644 --- a/src/gui/insEdit.cpp +++ b/src/gui/insEdit.cpp @@ -186,7 +186,6 @@ void addAALine(ImDrawList* dl, const ImVec2& p1, const ImVec2& p2, const ImU32 c dl->AddPolyline(pt,2,color,ImDrawFlags_None,thickness); } -// TODO: don't get drunk tonight void FurnaceGUI::drawSSGEnv(unsigned char type, const ImVec2& size) { ImDrawList* dl=ImGui::GetWindowDrawList(); ImGuiWindow* window=ImGui::GetCurrentWindow();