Consolidated a few more static classes

This commit is contained in:
Pazaz 2022-06-27 21:04:45 -04:00
parent dce7c0aede
commit cb4eae0fbd
28 changed files with 465 additions and 487 deletions

View file

@ -159,7 +159,7 @@ public final class DisplayMode {
if (client.gameState == 5) {
LoadingBar.render(true, Fonts.b12Full);
} else {
Static114.drawTextOnScreen(false, LocalizedText.LOADING);
Fonts.drawTextOnScreen(false, LocalizedText.LOADING);
}
try {
@Pc(269) Graphics local269 = GameShell.canvas.getGraphics();