mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 09:30:22 -07:00
Rename Class3_Sub1_Sub39 to TextureOpCurve
This commit is contained in:
parent
6450efd141
commit
4e641da5a3
2 changed files with 3 additions and 3 deletions
|
|
@ -100,7 +100,7 @@ public final class Static223 {
|
||||||
} else if (arg0 == 7) {
|
} else if (arg0 == 7) {
|
||||||
return new TextureOpCombine();
|
return new TextureOpCombine();
|
||||||
} else if (arg0 == 8) {
|
} else if (arg0 == 8) {
|
||||||
return new Class3_Sub1_Sub39();
|
return new TextureOpCurve();
|
||||||
} else if (arg0 == 9) {
|
} else if (arg0 == 9) {
|
||||||
return new Class3_Sub1_Sub8();
|
return new Class3_Sub1_Sub8();
|
||||||
} else if (arg0 == 10) {
|
} else if (arg0 == 10) {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
||||||
import org.openrs2.deob.annotation.Pc;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!wi")
|
@OriginalClass("client!wi")
|
||||||
public final class Class3_Sub1_Sub39 extends TextureOp {
|
public final class TextureOpCurve extends TextureOp {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wi", name = "Q", descriptor = "[I")
|
@OriginalMember(owner = "client!wi", name = "Q", descriptor = "[I")
|
||||||
private int[] anIntArray566;
|
private int[] anIntArray566;
|
||||||
|
|
@ -22,7 +22,7 @@ public final class Class3_Sub1_Sub39 extends TextureOp {
|
||||||
private int anInt5852 = 0;
|
private int anInt5852 = 0;
|
||||||
|
|
||||||
@OriginalMember(owner = "client!wi", name = "<init>", descriptor = "()V")
|
@OriginalMember(owner = "client!wi", name = "<init>", descriptor = "()V")
|
||||||
public Class3_Sub1_Sub39() {
|
public TextureOpCurve() {
|
||||||
super(1, true);
|
super(1, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue