diff --git a/stepmania/src/GameSoundManager.cpp b/stepmania/src/GameSoundManager.cpp index b067c48e34..df7cee8d44 100644 --- a/stepmania/src/GameSoundManager.cpp +++ b/stepmania/src/GameSoundManager.cpp @@ -395,7 +395,7 @@ GameSoundManager::GameSoundManager() g_UpdatingTimer = true; g_Shutdown = false; - MusicThread.SetName( "MusicThread" ); + MusicThread.SetName( "Music thread" ); MusicThread.Create( MusicThread_start, this ); }