This commit is contained in:
Phillip Stephens 2019-08-09 06:27:05 -07:00
commit 8089566788
1 changed files with 1 additions and 1 deletions

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;