remove old

This commit is contained in:
Glenn Maynard
2006-08-20 19:34:08 +00:00
parent f98dc30d93
commit df3245ebb5
-20
View File
@@ -790,26 +790,6 @@ void Model::SetSecondsIntoAnimation( float fSeconds )
}
}
/*
void Model::HandleCommand( const Command &command )
{
BeginHandleArgs;
const RString& sName = command.GetName();
if( sName=="play" )
{
PlayAnimation( sArg(1),fArg(2) );
}
else
{
Actor::HandleCommand( command );
return;
}
EndHandleArgs;
}
*/
bool Model::MaterialsNeedNormals() const
{
FOREACH_CONST( msMaterial, m_Materials, m )