GUI: remove invalid comment

This commit is contained in:
tildearrow 2022-03-27 16:35:55 -05:00
parent a7647a1d57
commit ef88fc57d8
1 changed files with 0 additions and 1 deletions

View File

@ -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();