mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 13:00:21 -07:00
Renamed more of ObjType
This commit is contained in:
parent
bcb88470f8
commit
694fc3b9dc
24 changed files with 477 additions and 425 deletions
|
|
@ -443,8 +443,8 @@ public class GlSprite extends Sprite {
|
|||
|
||||
@OriginalMember(owner = "client!cf", name = "a", descriptor = "([I)V")
|
||||
protected void method1430(@OriginalArg(0) int[] arg0) {
|
||||
this.powerOfTwoWidth = Static165.clp2(this.width);
|
||||
this.powerOfTwoHeight = Static165.clp2(this.height);
|
||||
this.powerOfTwoWidth = IntUtils.clp2(this.width);
|
||||
this.powerOfTwoHeight = IntUtils.clp2(this.height);
|
||||
@Pc(20) byte[] local20 = new byte[this.powerOfTwoWidth * this.powerOfTwoHeight * 4];
|
||||
@Pc(22) int local22 = 0;
|
||||
@Pc(24) int local24 = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue