mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Rename Class3_Sub1_Sub37 to TextureOpColorGradient
This commit is contained in:
parent
8cb739c050
commit
ca271498e1
2 changed files with 3 additions and 3 deletions
|
|
@ -104,7 +104,7 @@ public final class Static223 {
|
|||
} else if (arg0 == 9) {
|
||||
return new Class3_Sub1_Sub8();
|
||||
} else if (arg0 == 10) {
|
||||
return new Class3_Sub1_Sub37();
|
||||
return new TextureOpColorGradient();
|
||||
} else if (arg0 == 11) {
|
||||
return new Class3_Sub1_Sub21();
|
||||
} else if (arg0 == 12) {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!um")
|
||||
public final class Class3_Sub1_Sub37 extends TextureOp {
|
||||
public final class TextureOpColorGradient extends TextureOp {
|
||||
|
||||
@OriginalMember(owner = "client!um", name = "R", descriptor = "[[I")
|
||||
private int[][] anIntArrayArray39;
|
||||
|
|
@ -13,7 +13,7 @@ public final class Class3_Sub1_Sub37 extends TextureOp {
|
|||
private final int[] anIntArray494 = new int[257];
|
||||
|
||||
@OriginalMember(owner = "client!um", name = "<init>", descriptor = "()V")
|
||||
public Class3_Sub1_Sub37() {
|
||||
public TextureOpColorGradient() {
|
||||
super(1, false);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue