The big NULL replacement party part 2.
This may take a bit. Trying to do this by operator/command.
This commit is contained in:
@@ -176,7 +176,7 @@ void RageTextureManager::VolatileTexture( RageTextureID ID )
|
||||
|
||||
void RageTextureManager::UnloadTexture( RageTexture *t )
|
||||
{
|
||||
if( t == NULL )
|
||||
if( t == nullptr )
|
||||
return;
|
||||
|
||||
t->m_iRefCount--;
|
||||
|
||||
Reference in New Issue
Block a user