fix sprite

This commit is contained in:
Glenn Maynard
2004-03-19 02:44:26 +00:00
parent 96ee7b6028
commit 5a33daf6c7
+3
View File
@@ -43,6 +43,9 @@ void CharacterHead::LoadFromCharacter( Character* pCharacter )
void CharacterHead::Update( float fDelta )
{
if( this->GetTexture() == NULL )
return; /* not loaded */
if( m_fSecondsUntilReturnToNormal > 0 )
{
m_fSecondsUntilReturnToNormal -= fDelta;