Logs don't get cleared
lexika979 opened this issue · 3 comments
lexika979 commented
bevy_dev_console version
What you did
Simply log alot of messages
What went wrong
The messages dont get cleared no matter the amout logged, causing the fps to rapidly decline over time
doonv commented
Yeah this is a problem that I should fix, but whats more concerning is that you said it reduces your fps, which definitely shouldn't happen.
Does the fps decline only happen when the console is open?
lexika979 commented
Yes, it only drops fps when the console is open. I manage to go from 1000+ fps to 100 or less.
doonv commented
Yeah I assume that's because the console renders all logs, no matter if you can see them or not. I'll probably try to implement some kind of system to only render the logs you can see