Actually use the argument in SetMaxDimUseZoom.
This commit is contained in:
+1
-1
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user