Merge pull request #74 from narayanx/hotfix/song-stop-crash

Removed problematic 2nd console clear when stopping song
This commit is contained in:
Mahyar Koshkouei
2025-08-18 08:27:40 +01:00
committed by GitHub

View File

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