fix: load/create at lower resolutions, chore: remove console spam

This commit is contained in:
SevenToaster509 2026-04-19 11:56:34 +01:00
parent d6017e4766
commit a3ac98884e
4 changed files with 1 additions and 1 deletions

View file

@ -810,7 +810,7 @@ void UIScene_HUD::handleTimerComplete(int id)
startIndex = maxScroll;
}
app.DebugPrintf("handleTimerComplete: %d | %d | %d\n", maxScroll, startIndex, totalMessages);
//app.DebugPrintf("handleTimerComplete: %d | %d | %d\n", maxScroll, startIndex, totalMessages);
for( unsigned int i = 0; i < messagesToDisplay; ++i )
{