This commit is contained in:
Matthew 2026-04-17 18:24:29 +10:00
parent 29f88bd800
commit ff0e689dd4

View File

@ -790,7 +790,7 @@ SlugBuildBands(Arena* arena, u32 index, SlugFontInfo* font_info, u32 band_count)
Vec2 curve_max = Vec2(
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)