Silence double to float warning
This commit is contained in:
parent
5aaedd86ed
commit
51706951ed
|
@ -371,7 +371,7 @@ public:
|
||||||
int saveLineWidth = lineWidth;
|
int saveLineWidth = lineWidth;
|
||||||
VECTOR2D saveGlyphSize = textProperties.m_glyphSize;
|
VECTOR2D saveGlyphSize = textProperties.m_glyphSize;
|
||||||
{
|
{
|
||||||
lineWidth *= 1.2;
|
lineWidth *= 1.2f;
|
||||||
textProperties.m_glyphSize = textProperties.m_glyphSize * 0.8;
|
textProperties.m_glyphSize = textProperties.m_glyphSize * 0.8;
|
||||||
|
|
||||||
StrokeText( aText, aPosition, aRotationAngle );
|
StrokeText( aText, aPosition, aRotationAngle );
|
||||||
|
|
Loading…
Reference in New Issue