SetEffectNone -> StopEffect

This commit is contained in:
Chris Danford
2005-07-24 03:11:03 +00:00
parent 9cf25ad2b1
commit 1fffd48c57
12 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ void ScreenMapControllers::Refresh()
if( bPulse )
m_textMappedTo[p][b][s].SetEffectPulse( .5f, .5f, .6f );
else
m_textMappedTo[p][b][s].SetEffectNone();
m_textMappedTo[p][b][s].StopEffect();
}
}
}