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)
|
void BitmapText::SetMaxDimUseZoom(bool use)
|
||||||
{
|
{
|
||||||
m_MaxDimensionUsesZoom= true;
|
m_MaxDimensionUsesZoom= use;
|
||||||
}
|
}
|
||||||
|
|
||||||
void BitmapText::SetUppercase( bool b )
|
void BitmapText::SetUppercase( bool b )
|
||||||
|
|||||||
+1
-1
@@ -78,7 +78,7 @@ protected:
|
|||||||
int m_iWrapWidthPixels; // -1 = no wrap
|
int m_iWrapWidthPixels; // -1 = no wrap
|
||||||
float m_fMaxWidth; // 0 = no max
|
float m_fMaxWidth; // 0 = no max
|
||||||
float m_fMaxHeight; // 0 = no max
|
float m_fMaxHeight; // 0 = no max
|
||||||
bool m_MaxDimensionUsesZoom;
|
bool m_MaxDimensionUsesZoom;
|
||||||
bool m_bRainbowScroll;
|
bool m_bRainbowScroll;
|
||||||
bool m_bJitter;
|
bool m_bJitter;
|
||||||
bool m_bUsingDistortion;
|
bool m_bUsingDistortion;
|
||||||
|
|||||||
Reference in New Issue
Block a user