split out GetCenteringMatrix

This commit is contained in:
Glenn Maynard
2006-03-26 21:59:29 +00:00
parent 6d115f5b55
commit 7b17d06133
2 changed files with 14 additions and 6 deletions
+1
View File
@@ -326,6 +326,7 @@ protected:
// Matrix that adjusts position and scale of image on the screen
//
RageMatrix m_Centering;
RageMatrix GetCenteringMatrix( float fTranslateX, float fTranslateY, float fAddWidth, float fAddHeight ) const;
void UpdateCentering();
// Called by the RageDisplay derivitives