2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-09 16:19:05 +00:00
This commit is contained in:
Phillip Stephens 2019-08-09 06:27:05 -07:00
commit 8089566788

View File

@ -225,7 +225,7 @@ void CBlockInstruction::TestLargestFont(s32 monoW, s32 monoH, s32 baseline) {
x28_largestBaseline = baseline; x28_largestBaseline = baseline;
if (x20_largestMonoW < monoW) if (x20_largestMonoW < monoW)
monoW = x20_largestMonoW; x20_largestMonoW = monoW;
if (x24_largestMonoH < monoH) { if (x24_largestMonoH < monoH) {
x24_largestMonoH = monoH; x24_largestMonoH = monoH;