mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-14 02:20:22 -07:00
Rename Class88 to Texture
This commit is contained in:
parent
b5f8c2db3c
commit
4077bbcc45
2 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ public final class GlTexture extends SecondaryNode {
|
|||
private int anInt5495 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!uh", name = "W", descriptor = "Lclient!lc;")
|
||||
private final Class88 aClass88_1;
|
||||
private final Texture aClass88_1;
|
||||
|
||||
@OriginalMember(owner = "client!uh", name = "U", descriptor = "Z")
|
||||
private final boolean aBoolean286;
|
||||
|
|
@ -56,7 +56,7 @@ public final class GlTexture extends SecondaryNode {
|
|||
|
||||
@OriginalMember(owner = "client!uh", name = "<init>", descriptor = "(Lclient!wa;)V")
|
||||
public GlTexture(@OriginalArg(0) Buffer arg0) {
|
||||
this.aClass88_1 = new Class88(arg0);
|
||||
this.aClass88_1 = new Texture(arg0);
|
||||
this.aBoolean286 = arg0.method2229() == 1;
|
||||
this.aBoolean288 = arg0.method2229() == 1;
|
||||
this.aBoolean285 = arg0.method2229() == 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue