mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 09:30:22 -07:00
Created TypeList classes and moved static members to them
This commit is contained in:
parent
6ba1f2f808
commit
b3a5fdbec9
356 changed files with 6604 additions and 6652 deletions
|
|
@ -119,7 +119,7 @@ public final class GlRenderer {
|
|||
private static boolean fogEnabled = true;
|
||||
|
||||
@OriginalMember(owner = "client!tf", name = "I", descriptor = "Lclient!na;")
|
||||
private static final JagString RADEON = Static28.parse("radeon");
|
||||
private static final JagString RADEON = JagString.parse("radeon");
|
||||
|
||||
private static JAWTWindow window;
|
||||
|
||||
|
|
@ -485,7 +485,7 @@ public final class GlRenderer {
|
|||
}
|
||||
|
||||
if (context != null) {
|
||||
Static63.clear(); // GlCleaner
|
||||
GlCleaner.clear(); // GlCleaner
|
||||
try {
|
||||
if (GLContext.getCurrent() == context) {
|
||||
context.release();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue