Created TypeList classes and moved static members to them

This commit is contained in:
Pazaz 2022-04-25 02:11:03 -04:00
parent 6ba1f2f808
commit b3a5fdbec9
356 changed files with 6604 additions and 6652 deletions

View file

@ -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();