mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Rename Class161 to UnderwaterMaterialRenderer
This commit is contained in:
parent
2aeb69d3d3
commit
89220748d4
2 changed files with 3 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ public final class Static238 {
|
|||
Static2.anInterface4Array1 = new MaterialRenderer[7];
|
||||
Static2.anInterface4Array1[1] = new Class158();
|
||||
Static2.anInterface4Array1[2] = new Class130();
|
||||
Static2.anInterface4Array1[3] = new Class161();
|
||||
Static2.anInterface4Array1[3] = new UnderwaterMaterialRenderer();
|
||||
Static2.anInterface4Array1[4] = new Class119();
|
||||
Static2.anInterface4Array1[5] = new Class112();
|
||||
Static2.anInterface4Array1[6] = new Class148();
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!wg")
|
||||
public final class Class161 implements MaterialRenderer {
|
||||
public final class UnderwaterMaterialRenderer implements MaterialRenderer {
|
||||
|
||||
@OriginalMember(owner = "client!wg", name = "c", descriptor = "I")
|
||||
private int anInt5805 = -1;
|
||||
|
|
@ -18,7 +18,7 @@ public final class Class161 implements MaterialRenderer {
|
|||
private int anInt5806 = -1;
|
||||
|
||||
@OriginalMember(owner = "client!wg", name = "<init>", descriptor = "()V")
|
||||
public Class161() {
|
||||
public UnderwaterMaterialRenderer() {
|
||||
if (Static239.anInt5322 >= 2) {
|
||||
@Pc(17) int[] local17 = new int[1];
|
||||
@Pc(20) byte[] local20 = new byte[8];
|
||||
Loading…
Add table
Add a link
Reference in a new issue