mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
More accurate Buffer naming, renamed allocation arrays
This commit is contained in:
parent
5e66d3ba01
commit
c5ef44dfcb
58 changed files with 891 additions and 896 deletions
|
|
@ -24,7 +24,7 @@ public final class Static9 {
|
|||
|
||||
@OriginalMember(owner = "client!al", name = "a", descriptor = "(ILclient!wa;)Lclient!ci;")
|
||||
public static TextureOp29SubOp1 method184(@OriginalArg(1) Buffer arg0) {
|
||||
return new TextureOp29SubOp1(arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g3(), arg0.g1());
|
||||
return new TextureOp29SubOp1(arg0.g2b(), arg0.g2b(), arg0.g2b(), arg0.g2b(), arg0.g3(), arg0.g1());
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!al", name = "b", descriptor = "(B)V")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue