This commit is contained in:
Glenn Maynard
2005-05-08 08:54:35 +00:00
parent 73723ae5aa
commit e67ab7877d
+3 -3
View File
@@ -55,8 +55,9 @@ void ScreenTestInput::Update( float fDeltaTime )
di.device = d;
di.button = b;
if( INPUTFILTER->IsBeingPressed(di) )
{
if( !INPUTFILTER->IsBeingPressed(di) )
continue;
CString sTemp;
sTemp += di.toString();
@@ -81,7 +82,6 @@ void ScreenTestInput::Update( float fDeltaTime )
asInputs.push_back( sTemp );
}
}
}
m_textInputs.SetText( join( "\n", asInputs ) );
}