Silence double to float warning

This commit is contained in:
Mark Roszko 2021-02-08 17:08:05 +00:00
parent 5aaedd86ed
commit 51706951ed
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ public:
int saveLineWidth = lineWidth;
VECTOR2D saveGlyphSize = textProperties.m_glyphSize;
{
lineWidth *= 1.2;
lineWidth *= 1.2f;
textProperties.m_glyphSize = textProperties.m_glyphSize * 0.8;
StrokeText( aText, aPosition, aRotationAngle );