Fixes for Win32 build
This commit is contained in:
@@ -42,7 +42,7 @@ void Transform::setReferenceFrame(ReferenceFrame rf)
|
||||
_referenceFrame = rf;
|
||||
|
||||
// switch off culling if transform is absolute.
|
||||
if (_referenceFrame==ABSOLUTE) setCullingActive(false);
|
||||
if (_referenceFrame==RELATIVE_TO_ABSOLUTE) setCullingActive(false);
|
||||
else setCullingActive(true);
|
||||
}
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ void FTContour::AddPoint( const float x, const float y)
|
||||
FTVectoriser::FTVectoriser( FT_Glyph glyph)
|
||||
: contour(0),
|
||||
contourFlag(0),
|
||||
kBSTEPSIZE( 0.2)
|
||||
kBSTEPSIZE( 0.2f)
|
||||
{
|
||||
FT_OutlineGlyph outline = (FT_OutlineGlyph)glyph;
|
||||
ftOutline = outline->outline;
|
||||
|
||||
Reference in New Issue
Block a user