We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da76231 commit 1422499Copy full SHA for 1422499
UE4SS/src/GUI/Console.cpp
@@ -130,9 +130,6 @@ namespace RC::GUI
130
/**/
131
132
std::lock_guard<std::mutex> guard(m_lines_mutex);
133
- // TODO: ensure this ydiv is okay?
134
- // the old value is const float footer_height_to_reserve = ((ImGui::GetStyle().ItemSpacing.y * 10.0f) + ImGui::GetFrameHeightWithSpacing()) / YDIV;
135
-
136
m_text_editor.Render("TextEditor", {-16.0f / XDIV, NEGATIVE_MARGIN(-31.0f + -8.0f)});
137
138
ImGui_AutoScroll("TextEditor", &m_previous_max_scroll_y);
0 commit comments