This commit is contained in:
Glenn Maynard
2006-03-19 04:27:03 +00:00
parent ae3deb9a71
commit efe1c3b57f
+1 -1
View File
@@ -135,7 +135,7 @@ void ScreenTextEntry::Update( float fDelta )
void ScreenTextEntry::Input( const InputEventPlus &input )
{
if( m_In.IsTransitioning() || m_Out.IsTransitioning() || m_Cancel.IsTransitioning() )
if( IsTransitioning() )
return;
if( input.type == IET_FIRST_PRESS )