mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-15 19:10:22 -07:00
Renamed more of ObjType
This commit is contained in:
parent
bcb88470f8
commit
694fc3b9dc
24 changed files with 477 additions and 425 deletions
|
|
@ -45,8 +45,8 @@ public final class GlIndexedSprite extends IndexedSprite {
|
|||
|
||||
@OriginalMember(owner = "client!oh", name = "a", descriptor = "([B[I)V")
|
||||
private void method3337(@OriginalArg(0) byte[] arg0, @OriginalArg(1) int[] arg1) {
|
||||
this.anInt4287 = Static165.clp2(this.width);
|
||||
this.anInt4286 = Static165.clp2(this.height);
|
||||
this.anInt4287 = IntUtils.clp2(this.width);
|
||||
this.anInt4286 = IntUtils.clp2(this.height);
|
||||
@Pc(20) byte[] local20 = new byte[this.anInt4287 * this.anInt4286 * 4];
|
||||
@Pc(22) int local22 = 0;
|
||||
@Pc(24) int local24 = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue