tiny commit for testing
This commit is contained in:
+1
-2
@@ -185,7 +185,7 @@ public:
|
||||
void SetWidth( float width ) { m_size.x = width; }
|
||||
void SetHeight( float height ) { m_size.y = height; }
|
||||
|
||||
// Base
|
||||
// Base values
|
||||
float GetBaseZoomX() const { return m_baseScale.x; }
|
||||
void SetBaseZoomX( float zoom ) { m_baseScale.x = zoom; }
|
||||
float GetBaseZoomY() const { return m_baseScale.y; }
|
||||
@@ -199,7 +199,6 @@ public:
|
||||
void SetBaseRotation( const RageVector3 &rot ) { m_baseRotation = rot; }
|
||||
virtual void SetBaseAlpha( float fAlpha ) { m_fBaseAlpha = fAlpha; }
|
||||
|
||||
|
||||
float GetZoom() const { return DestTweenState().scale.x; } // not accurate in some cases
|
||||
float GetZoomX() const { return DestTweenState().scale.x; }
|
||||
float GetZoomY() const { return DestTweenState().scale.y; }
|
||||
|
||||
Reference in New Issue
Block a user