mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update imgui_logger.cpp
This commit is contained in:
parent
885e6fa94e
commit
d1d523fd12
2
r5dev/thirdparty/imgui/src/imgui_logger.cpp
vendored
2
r5dev/thirdparty/imgui/src/imgui_logger.cpp
vendored
@ -1348,7 +1348,7 @@ void CTextLogger::MoveSelection(int aLines, bool aForward)
|
||||
if (newEnd.m_nLine >= static_cast<int>(m_Lines.size()))
|
||||
{
|
||||
newEnd.m_nLine = static_cast<int>(m_Lines.size()) - 1;
|
||||
newEnd.m_nColumn = GetLineMaxColumn(newStart.m_nLine);
|
||||
newEnd.m_nColumn = GetLineMaxColumn(newEnd.m_nLine);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user