fix run-list size calculation, accounting for advance vs. end pad

This commit is contained in:
Ryan Fleury
2024-06-22 20:29:38 -07:00
parent f9abb397f3
commit 16863b1f5a
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@ struct F_Run
{
F_PieceArray pieces;
Vec2F32 dim;
F32 end_pad;
F32 ascent;
F32 descent;
};