Renamed Static239 to GlRenderer, started refactoring

This commit is contained in:
Pazaz 2022-04-20 16:38:18 -04:00
parent ddbfcb0e86
commit 8119ba8336
125 changed files with 962 additions and 962 deletions

View file

@ -246,6 +246,6 @@ public final class Static164 {
Static129.method2488(local125);
Rasteriser.method1908();
Rasteriser.aBoolean136 = true;
return Static239.aBoolean269 && !arg1 ? new GlSprite(local133) : local133;
return GlRenderer.enabled && !arg1 ? new GlSprite(local133) : local133;
}
}