Removed a boxclear in the end of the test2 method

This commit is contained in:
verysecrethero
2015-12-10 11:03:40 +01:00
parent bc8a922b77
commit c60e968836
4 changed files with 23 additions and 8 deletions
+1
View File
@@ -58,6 +58,7 @@ private:
glm::quat m_PrevOri;
inline bool hasChildren() const;
public:
int childIndexContainingPoint(const glm::vec3& point) const;
std::vector<int> childIndicesContainingBox(const AABB& box) const;
};