diff --git a/stepmania/src/RageUtil_BackgroundLoader.cpp b/stepmania/src/RageUtil_BackgroundLoader.cpp index 3687c782d0..ed6273b9c1 100644 --- a/stepmania/src/RageUtil_BackgroundLoader.cpp +++ b/stepmania/src/RageUtil_BackgroundLoader.cpp @@ -17,8 +17,8 @@ static const bool g_bWriteToCache = true; static const bool g_bEnableBackgroundLoading = false; BackgroundLoader::BackgroundLoader(): - m_Mutex( "BackgroundLoaderMutex" ), - m_StartSem( "BackgroundLoaderSem" ) + m_StartSem( "BackgroundLoaderSem" ), + m_Mutex( "BackgroundLoaderMutex" ) { if( !g_bEnableBackgroundLoading ) return;