stapip patch

This commit is contained in:
h4570
2022-08-10 17:46:07 +02:00
parent 420a2d3eae
commit 725c17f9d4
12 changed files with 33 additions and 12 deletions
@@ -31,6 +31,7 @@ class CoreBBox {
const u32& startIndex, const u32& stopIndex);
const Vec4& operator[](const u8& i) { return _vertices[i]; }
const u8 getVertexCount() { return 8; }
const Vec4& getVertex(const u8& i) { return _vertices[i]; }
Vec4* getVertices() { return _vertices; }