Consolidated a little more

This commit is contained in:
Pazaz 2022-05-04 02:12:51 -04:00
parent 774d382816
commit 1c0b9b1755
86 changed files with 1239 additions and 1292 deletions

View file

@ -47,7 +47,7 @@ public class Fonts {
public static void load(@OriginalArg(0) Js5 arg0, @OriginalArg(2) Js5 arg1) {
p11Full = Static127.method2462(Sprites.p11FullId, arg1, arg0);
if (GlRenderer.enabled) {
p11FullSoftware = Static122.method2412(Sprites.p11FullId, arg0, arg1);
p11FullSoftware = SoftwareFont.method2412(Sprites.p11FullId, arg0, arg1);
} else {
p11FullSoftware = (SoftwareFont) p11Full;
}