const bool fixes, remove override define

This commit is contained in:
2023-02-05 23:21:28 -08:00
parent bad0c14988
commit 72256e77a5
296 changed files with 1192 additions and 1199 deletions

View File

@@ -26,12 +26,12 @@ public:
CCollidableOBBTreeGroup(CCollidableOBBTreeGroupContainer* container,
const CMaterialList& matList);
uint GetTableIndex() const override;
CAABox CalculateAABox(const CTransform4f&) const override;
CAABox CalculateLocalAABox() const override;
FourCC GetPrimType() const override;
~CCollidableOBBTreeGroup() override {}
CRayCastResult CastRayInternal(const CInternalRayCastStructure&) const override;
uint GetTableIndex() const;
CAABox CalculateAABox(const CTransform4f&) const;
CAABox CalculateLocalAABox() const;
FourCC GetPrimType() const;
~CCollidableOBBTreeGroup() {}
CRayCastResult CastRayInternal(const CInternalRayCastStructure&) const;
private:
CCollidableOBBTreeGroupContainer* x10_container;