mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 12:00:19 -07: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
|
|
@ -78,7 +78,7 @@ public final class SpotAnim extends Entity {
|
|||
|
||||
@OriginalMember(owner = "client!bh", name = "b", descriptor = "()I")
|
||||
@Override
|
||||
public final int getMaxY() {
|
||||
public final int getMinY() {
|
||||
return this.anInt603;
|
||||
}
|
||||
|
||||
|
|
@ -88,7 +88,7 @@ public final class SpotAnim extends Entity {
|
|||
@Pc(7) Model local7 = this.method552();
|
||||
if (local7 != null) {
|
||||
local7.render(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, this.aClass47_Sub1_1);
|
||||
this.anInt603 = local7.getMaxY();
|
||||
this.anInt603 = local7.getMinY();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue