unused
This commit is contained in:
@@ -1098,14 +1098,6 @@ void Actor::SetGlobalDiffuseColor( RageColor c )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Actor::SetGlobalX( float x )
|
|
||||||
{
|
|
||||||
for( unsigned ts = 0; ts < m_Tweens.size(); ++ts )
|
|
||||||
m_Tweens[ts]->state.pos.x = x;
|
|
||||||
m_current.pos.x = x;
|
|
||||||
m_start.pos.x = x;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Actor::SetDiffuseColor( RageColor c )
|
void Actor::SetDiffuseColor( RageColor c )
|
||||||
{
|
{
|
||||||
for( int i=0; i<4; i++ )
|
for( int i=0; i<4; i++ )
|
||||||
|
|||||||
@@ -166,7 +166,6 @@ public:
|
|||||||
void SetFadeBottom( float percent ) { DestTweenState().fade.bottom = percent;}
|
void SetFadeBottom( float percent ) { DestTweenState().fade.bottom = percent;}
|
||||||
|
|
||||||
void SetGlobalDiffuseColor( RageColor c );
|
void SetGlobalDiffuseColor( RageColor c );
|
||||||
void SetGlobalX( float x );
|
|
||||||
|
|
||||||
virtual void SetDiffuse( RageColor c ) { for(int i=0; i<4; i++) DestTweenState().diffuse[i] = c; };
|
virtual void SetDiffuse( RageColor c ) { for(int i=0; i<4; i++) DestTweenState().diffuse[i] = c; };
|
||||||
virtual void SetDiffuseAlpha( float f ) { for(int i = 0; i < 4; ++i) { RageColor c = GetDiffuses( i ); c.a = f; SetDiffuses( i, c ); } }
|
virtual void SetDiffuseAlpha( float f ) { for(int i = 0; i < 4; ++i) { RageColor c = GetDiffuses( i ); c.a = f; SetDiffuses( i, c ); } }
|
||||||
|
|||||||
Reference in New Issue
Block a user