Actually use the argument in SetMaxDimUseZoom.

This commit is contained in:
Kyzentun
2014-09-04 18:21:39 -06:00
parent c6f598890b
commit b75679f3c1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -495,7 +495,7 @@ void BitmapText::SetMaxHeight( float fMaxHeight )
void BitmapText::SetMaxDimUseZoom(bool use)
{
m_MaxDimensionUsesZoom= true;
m_MaxDimensionUsesZoom= use;
}
void BitmapText::SetUppercase( bool b )
+1 -1
View File
@@ -78,7 +78,7 @@ protected:
int m_iWrapWidthPixels; // -1 = no wrap
float m_fMaxWidth; // 0 = no max
float m_fMaxHeight; // 0 = no max
bool m_MaxDimensionUsesZoom;
bool m_MaxDimensionUsesZoom;
bool m_bRainbowScroll;
bool m_bJitter;
bool m_bUsingDistortion;