mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-15 19:10:22 -07:00
Refactored GameShell
This commit is contained in:
parent
bc7ecce61c
commit
3c58eb3a01
83 changed files with 700 additions and 712 deletions
|
|
@ -61,10 +61,10 @@ public final class Static114 {
|
|||
GlRenderer.method4153();
|
||||
} else {
|
||||
try {
|
||||
@Pc(159) Graphics local159 = Static154.canvas.getGraphics();
|
||||
Static260.aClass27_2.method4186(local159);
|
||||
@Pc(159) Graphics local159 = GameShell.canvas.getGraphics();
|
||||
Static260.frameBuffer.method4186(local159);
|
||||
} catch (@Pc(167) Exception local167) {
|
||||
Static154.canvas.repaint();
|
||||
GameShell.canvas.repaint();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue