mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 18:10:20 -07:00
Rename Class155 to GlVertexBufferObject
This commit is contained in:
parent
2747fcdd2c
commit
2783abe887
6 changed files with 19 additions and 19 deletions
|
|
@ -43,7 +43,7 @@ public final class Class3_Sub14 extends Node {
|
|||
private int[][] anIntArrayArray18;
|
||||
|
||||
@OriginalMember(owner = "client!hg", name = "L", descriptor = "Lclient!vi;")
|
||||
private Class155 aClass155_3;
|
||||
private GlVertexBufferObject aClass155_3;
|
||||
|
||||
@OriginalMember(owner = "client!hg", name = "N", descriptor = "[F")
|
||||
private float[] aFloatArray6;
|
||||
|
|
@ -188,7 +188,7 @@ public final class Class3_Sub14 extends Node {
|
|||
}
|
||||
if (Static239.aBoolean271) {
|
||||
@Pc(200) ByteBuffer local200 = ByteBuffer.wrap(local12.aByteArray40, 0, local12.anInt2792);
|
||||
this.aClass155_3 = new Class155();
|
||||
this.aClass155_3 = new GlVertexBufferObject();
|
||||
this.aClass155_3.method4519(local200);
|
||||
} else {
|
||||
this.aByteBuffer3 = ByteBuffer.allocateDirect(local12.anInt2792).order(ByteOrder.nativeOrder());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue