mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 11:30: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
|
|
@ -229,7 +229,7 @@ public final class GlModel extends Model {
|
|||
this.anIntArray465 = arg0.vertexY;
|
||||
this.anIntArray466 = arg0.vertexZ;
|
||||
this.anIntArray464 = arg0.vertexBones;
|
||||
this.aShortArray84 = arg0.aShortArray29;
|
||||
this.aShortArray84 = arg0.vertexSources;
|
||||
local117 = this.anInt5297 * 3;
|
||||
this.aShortArray76 = new short[local117];
|
||||
this.aShortArray79 = new short[local117];
|
||||
|
|
@ -1844,7 +1844,7 @@ public final class GlModel extends Model {
|
|||
|
||||
@OriginalMember(owner = "client!td", name = "b", descriptor = "()I")
|
||||
@Override
|
||||
public final int getMaxY() {
|
||||
public final int getMinY() {
|
||||
if (!this.vertexBuffer.valid) {
|
||||
this.method4108();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue