mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Refactored more of RawModel (and decodeOld)
This commit is contained in:
parent
1c9e73d540
commit
ec48c0767a
17 changed files with 431 additions and 375 deletions
|
|
@ -28,13 +28,13 @@ public final class ObjStack extends Entity {
|
|||
@Pc(16) Model local16 = ObjTypeList.get(this.type).getModel(-1, 0, null, this.anInt5550, 0);
|
||||
if (local16 != null) {
|
||||
local16.render(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10);
|
||||
this.anInt5553 = local16.getMaxY();
|
||||
this.anInt5553 = local16.getMinY();
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!uj", name = "b", descriptor = "()I")
|
||||
@Override
|
||||
public final int getMaxY() {
|
||||
public final int getMinY() {
|
||||
return this.anInt5553;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue