mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Refactored Buffer class
This commit is contained in:
parent
65965ea3a2
commit
6d9afcdc29
165 changed files with 2763 additions and 2728 deletions
|
|
@ -46,13 +46,13 @@ public final class Static206 {
|
|||
|
||||
@OriginalMember(owner = "client!qk", name = "a", descriptor = "(BLclient!wa;)Lclient!j;")
|
||||
public static TextureOp method3680(@OriginalArg(1) Buffer arg0) {
|
||||
arg0.method2229();
|
||||
@Pc(13) int local13 = arg0.method2229();
|
||||
arg0.g1();
|
||||
@Pc(13) int local13 = arg0.g1();
|
||||
@Pc(17) TextureOp local17 = Static223.method3860(local13);
|
||||
local17.anInt5840 = arg0.method2229();
|
||||
@Pc(26) int local26 = arg0.method2229();
|
||||
local17.anInt5840 = arg0.g1();
|
||||
@Pc(26) int local26 = arg0.g1();
|
||||
for (@Pc(34) int local34 = 0; local34 < local26; local34++) {
|
||||
@Pc(41) int local41 = arg0.method2229();
|
||||
@Pc(41) int local41 = arg0.g1();
|
||||
local17.method4629(local41, arg0);
|
||||
}
|
||||
local17.method4630();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue