remove Reset

This commit is contained in:
Glenn Maynard
2005-10-16 02:22:57 +00:00
parent 17efa3412d
commit df7405f4ec
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -292,7 +292,6 @@ void ActorFrame::ProcessMessages( float fDeltaTime )
m_SubActors[i]->cmd( f ); \
}
PropagateActorFrameCommand( Reset )
PropagateActorFrameCommand( FinishTweening )
PropagateActorFrameCommand1Param( SetDiffuse, RageColor )
PropagateActorFrameCommand1Param( SetZTestMode, ZTestMode )
-1
View File
@@ -43,7 +43,6 @@ public:
virtual void DrawPrimitives();
// propagated commands
virtual void Reset();
virtual void SetDiffuse( RageColor c );
virtual void SetDiffuseAlpha( float f );
virtual void SetBaseAlpha( float f );