fix typo
This commit is contained in:
parent
29f88bd800
commit
ff0e689dd4
2
fonts.d
2
fonts.d
@ -790,7 +790,7 @@ SlugBuildBands(Arena* arena, u32 index, SlugFontInfo* font_info, u32 band_count)
|
|||||||
|
|
||||||
Vec2 curve_max = Vec2(
|
Vec2 curve_max = Vec2(
|
||||||
Max(curve.p1.x, curve.p2.x, curve.p3.x),
|
Max(curve.p1.x, curve.p2.x, curve.p3.x),
|
||||||
Min(curve.p1.y, curve.p2.y, curve.p3.y),
|
Max(curve.p1.y, curve.p2.y, curve.p3.y),
|
||||||
);
|
);
|
||||||
|
|
||||||
if(size.y > 0.0)
|
if(size.y > 0.0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user