mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 13:30:30 -07:00
Rename Class3_Sub1_Sub18_Sub1 to TextureOpTiledSprite
This commit is contained in:
parent
4595973881
commit
7a39dfaa99
2 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@ public final class Static223 {
|
|||
} else if (arg0 == 17) {
|
||||
return new Class3_Sub1_Sub15();
|
||||
} else if (arg0 == 18) {
|
||||
return new Class3_Sub1_Sub18_Sub1();
|
||||
return new TextureOpTiledSprite();
|
||||
} else if (arg0 == 19) {
|
||||
return new Class3_Sub1_Sub19();
|
||||
} else if (arg0 == 20) {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!kd")
|
||||
public final class Class3_Sub1_Sub18_Sub1 extends TextureOpSprite {
|
||||
public final class TextureOpTiledSprite extends TextureOpSprite {
|
||||
|
||||
@OriginalMember(owner = "client!kd", name = "b", descriptor = "(II)[[I")
|
||||
@Override
|
||||
Loading…
Add table
Add a link
Reference in a new issue