commented out problematic 2nd console clear when stopping song

This commit is contained in:
Narayan
2025-08-17 23:52:10 -07:00
parent 8f7d7d6c0f
commit e5e2e6faa0

View File

@@ -410,7 +410,7 @@ int main(int argc, char **argv)
consoleSelect(&topScreenInfo);
consoleClear();
consoleSelect(&topScreenLog);
consoleClear();
//consoleClear();
changeFile(NULL, &playbackInfo);