Skip to content

Commit 1422499

Browse files
committed
verified value
1 parent da76231 commit 1422499

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

UE4SS/src/GUI/Console.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ namespace RC::GUI
130130
/**/
131131

132132
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-
136133
m_text_editor.Render("TextEditor", {-16.0f / XDIV, NEGATIVE_MARGIN(-31.0f + -8.0f)});
137134

138135
ImGui_AutoScroll("TextEditor", &m_previous_max_scroll_y);

0 commit comments

Comments
 (0)