remove Reset
This commit is contained in:
@@ -292,7 +292,6 @@ void ActorFrame::ProcessMessages( float fDeltaTime )
|
|||||||
m_SubActors[i]->cmd( f ); \
|
m_SubActors[i]->cmd( f ); \
|
||||||
}
|
}
|
||||||
|
|
||||||
PropagateActorFrameCommand( Reset )
|
|
||||||
PropagateActorFrameCommand( FinishTweening )
|
PropagateActorFrameCommand( FinishTweening )
|
||||||
PropagateActorFrameCommand1Param( SetDiffuse, RageColor )
|
PropagateActorFrameCommand1Param( SetDiffuse, RageColor )
|
||||||
PropagateActorFrameCommand1Param( SetZTestMode, ZTestMode )
|
PropagateActorFrameCommand1Param( SetZTestMode, ZTestMode )
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ public:
|
|||||||
virtual void DrawPrimitives();
|
virtual void DrawPrimitives();
|
||||||
|
|
||||||
// propagated commands
|
// propagated commands
|
||||||
virtual void Reset();
|
|
||||||
virtual void SetDiffuse( RageColor c );
|
virtual void SetDiffuse( RageColor c );
|
||||||
virtual void SetDiffuseAlpha( float f );
|
virtual void SetDiffuseAlpha( float f );
|
||||||
virtual void SetBaseAlpha( float f );
|
virtual void SetBaseAlpha( float f );
|
||||||
|
|||||||
Reference in New Issue
Block a user