mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-09 16:19:05 +00:00
Merge branch 'assign' of https://github.com/lioncash/urde
This commit is contained in:
commit
8089566788
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user