mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-13 14:36:01 -06:00
Started moving around static methods/fields
This commit is contained in:
parent
bed128bd19
commit
6ba1f2f808
305 changed files with 5027 additions and 5075 deletions
|
|
@ -8,7 +8,7 @@ public final class UnlitMaterialRenderer implements MaterialRenderer {
|
|||
@OriginalMember(owner = "client!ue", name = "b", descriptor = "()V")
|
||||
@Override
|
||||
public final void method4603() {
|
||||
if (Static178.highDetailLighting) {
|
||||
if (Preferences.highDetailLighting) {
|
||||
GlRenderer.setLightingEnabled(false);
|
||||
}
|
||||
}
|
||||
|
|
@ -27,7 +27,7 @@ public final class UnlitMaterialRenderer implements MaterialRenderer {
|
|||
@OriginalMember(owner = "client!ue", name = "a", descriptor = "()V")
|
||||
@Override
|
||||
public final void method4602() {
|
||||
if (Static178.highDetailLighting) {
|
||||
if (Preferences.highDetailLighting) {
|
||||
GlRenderer.setLightingEnabled(true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue