Merge branch 'main' into particles-first
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ struct AABB {
|
||||
return (a + b) * 0.5f;
|
||||
}
|
||||
|
||||
inline AABB move(glm::vec3 pos) const {
|
||||
inline AABB translated(const glm::vec3& pos) const {
|
||||
return AABB(a + pos, b + pos);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user