Remove old propagation for diffuse
This commit is contained in:
@@ -376,12 +376,9 @@ void ActorFrame::UpdateInternal( float fDeltaTime )
|
|||||||
}
|
}
|
||||||
|
|
||||||
PropagateActorFrameCommand( FinishTweening )
|
PropagateActorFrameCommand( FinishTweening )
|
||||||
PropagateActorFrameCommand1Param( SetDiffuse, RageColor )
|
|
||||||
PropagateActorFrameCommand1Param( SetZTestMode, ZTestMode )
|
PropagateActorFrameCommand1Param( SetZTestMode, ZTestMode )
|
||||||
PropagateActorFrameCommand1Param( SetZWrite, bool )
|
PropagateActorFrameCommand1Param( SetZWrite, bool )
|
||||||
PropagateActorFrameCommand1Param( HurryTweening, float )
|
PropagateActorFrameCommand1Param( HurryTweening, float )
|
||||||
PropagateActorFrameCommand1Param( SetDiffuseAlpha, float )
|
|
||||||
PropagateActorFrameCommand1Param( SetBaseAlpha, float )
|
|
||||||
|
|
||||||
|
|
||||||
float ActorFrame::GetTweenTimeLeft() const
|
float ActorFrame::GetTweenTimeLeft() const
|
||||||
|
|||||||
@@ -69,9 +69,6 @@ public:
|
|||||||
virtual void EndDraw();
|
virtual void EndDraw();
|
||||||
|
|
||||||
// propagated commands
|
// propagated commands
|
||||||
virtual void SetDiffuse( RageColor c );
|
|
||||||
virtual void SetDiffuseAlpha( float f );
|
|
||||||
virtual void SetBaseAlpha( float f );
|
|
||||||
virtual void SetZTestMode( ZTestMode mode );
|
virtual void SetZTestMode( ZTestMode mode );
|
||||||
virtual void SetZWrite( bool b );
|
virtual void SetZWrite( bool b );
|
||||||
virtual void FinishTweening();
|
virtual void FinishTweening();
|
||||||
|
|||||||
Reference in New Issue
Block a user