HeladoDeBrownie / Nexus

creative sandbox game in early development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

large amount of console scrollback causes significant slowdown

HeladoDeBrownie opened this issue · comments

once the console reaches the hundreds or thousands of lines range, it starts to cause significant frame drop. try setting a limit on how large the scrollback can be

can also compute how many lines need to be drawn and only draw that many

with fe3a2b9, old lines are now deleted from the console scrollback, resolving this issue