Changed: Removed old vertex array boundingbox declaration, forced usage of temporary vector array in initial boundingbox calculations.

This commit is contained in:
Foxar
2020-12-21 19:05:33 +01:00
parent 02d7916925
commit 586fe136ea
4 changed files with 8 additions and 10 deletions
-2
View File
@@ -145,8 +145,6 @@ public:
void calculateBoundingBoxes();
private:
/** Deprecated. It is advised to use BoundingBox class instead. */
Vector3 boundingBox[8];
BoundingBox *boundingBoxObj;
u8 _areSTsAllocated,
_areVerticesAllocated,