Fix for warning under Windows.
This commit is contained in:
@@ -122,5 +122,5 @@ osg::Vec2 FreeTypeFont::getKerning(unsigned int leftcharcode,unsigned int rightc
|
|||||||
|
|
||||||
bool FreeTypeFont::hasVertical() const
|
bool FreeTypeFont::hasVertical() const
|
||||||
{
|
{
|
||||||
return FT_HAS_VERTICAL(_face);
|
return FT_HAS_VERTICAL(_face)!=0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user