mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-10 21:21:06 -06:00
Consolidated a few more static classes
This commit is contained in:
parent
dce7c0aede
commit
cb4eae0fbd
28 changed files with 465 additions and 487 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue