fix warning
This commit is contained in:
@@ -17,8 +17,8 @@ static const bool g_bWriteToCache = true;
|
|||||||
static const bool g_bEnableBackgroundLoading = false;
|
static const bool g_bEnableBackgroundLoading = false;
|
||||||
|
|
||||||
BackgroundLoader::BackgroundLoader():
|
BackgroundLoader::BackgroundLoader():
|
||||||
m_Mutex( "BackgroundLoaderMutex" ),
|
m_StartSem( "BackgroundLoaderSem" ),
|
||||||
m_StartSem( "BackgroundLoaderSem" )
|
m_Mutex( "BackgroundLoaderMutex" )
|
||||||
{
|
{
|
||||||
if( !g_bEnableBackgroundLoading )
|
if( !g_bEnableBackgroundLoading )
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user