[Fix] Removed extra offset added to gl_printHeight.
This commit is contained in:
parent
a9c57f2cab
commit
f26101197e
@ -330,7 +330,7 @@ int gl_printHeight(const glFont* ft_font, const int width,
|
|||||||
}
|
}
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
return (int)y;
|
return (int)(y - 0.5*(double)ft_font->h);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================ */
|
/* ================ */
|
||||||
|
Loading…
Reference in New Issue
Block a user