The big NULL replacement party part 4.
...okay, not as big of a commit.
This commit is contained in:
+1
-1
@@ -757,7 +757,7 @@ void Sprite::SetSecondsIntoAnimation( float fSeconds )
|
||||
|
||||
RString Sprite::GetTexturePath() const
|
||||
{
|
||||
if( m_pTexture==NULL )
|
||||
if( m_pTexture== nullptr )
|
||||
return RString();
|
||||
|
||||
return m_pTexture->GetID().filename;
|
||||
|
||||
Reference in New Issue
Block a user