tiny commit for testing

This commit is contained in:
AJ Kelly
2011-02-18 14:44:38 -06:00
parent 4a4b2ff440
commit 293eebe876
+1 -2
View File
@@ -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; }