allow reset when not in finished

This commit is contained in:
Glenn Maynard
2005-03-18 22:36:10 +00:00
parent a6c498610b
commit 501e609dfc
-1
View File
@@ -68,7 +68,6 @@ void Transition::Update( float fDeltaTime )
void Transition::Reset()
{
ASSERT( m_State == finished );
m_State = waiting;
}