mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 10:00:19 -07:00
Rename Class3_Sub2_Sub18 to GlSolidColorTexture
This commit is contained in:
parent
beebdfc8c9
commit
f8faae82df
2 changed files with 6 additions and 6 deletions
|
|
@ -6,7 +6,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!sd")
|
||||
public final class Class3_Sub2_Sub18 extends SecondaryNode {
|
||||
public final class GlSolidColorTexture extends SecondaryNode {
|
||||
|
||||
@OriginalMember(owner = "client!sd", name = "U", descriptor = "I")
|
||||
private int anInt5065 = 0;
|
||||
|
|
@ -18,7 +18,7 @@ public final class Class3_Sub2_Sub18 extends SecondaryNode {
|
|||
private final int anInt5059;
|
||||
|
||||
@OriginalMember(owner = "client!sd", name = "<init>", descriptor = "(I)V")
|
||||
public Class3_Sub2_Sub18(@OriginalArg(0) int arg0) {
|
||||
public GlSolidColorTexture(@OriginalArg(0) int arg0) {
|
||||
@Pc(9) GL local9 = Static239.aGL1;
|
||||
@Pc(12) int[] local12 = new int[1];
|
||||
local9.glGenTextures(1, local12, 0);
|
||||
|
|
@ -156,7 +156,7 @@ public final class Js5GlTextureProvider implements GlTextureProvider {
|
|||
local23 = local28.method4296(this.aClass153_72, this, this.aBoolean200 || this.aBooleanArray89[arg0]);
|
||||
}
|
||||
if (!local23) {
|
||||
@Pc(56) Class3_Sub2_Sub18 local56 = this.method3244(arg0);
|
||||
@Pc(56) GlSolidColorTexture local56 = this.method3244(arg0);
|
||||
local56.method3887();
|
||||
}
|
||||
}
|
||||
|
|
@ -203,10 +203,10 @@ public final class Js5GlTextureProvider implements GlTextureProvider {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!nk", name = "j", descriptor = "(II)Lclient!sd;")
|
||||
private Class3_Sub2_Sub18 method3244(@OriginalArg(1) int arg0) {
|
||||
@Pc(19) Class3_Sub2_Sub18 local19 = (Class3_Sub2_Sub18) this.aClass54_11.method1806((long) arg0);
|
||||
private GlSolidColorTexture method3244(@OriginalArg(1) int arg0) {
|
||||
@Pc(19) GlSolidColorTexture local19 = (GlSolidColorTexture) this.aClass54_11.method1806((long) arg0);
|
||||
if (local19 == null) {
|
||||
local19 = new Class3_Sub2_Sub18(this.aShortArray59[arg0] & 0xFFFF);
|
||||
local19 = new GlSolidColorTexture(this.aShortArray59[arg0] & 0xFFFF);
|
||||
this.aClass54_11.method1811(local19, (long) arg0);
|
||||
return local19;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue