Skip to content

Commit

Permalink
fix AABB.prototype.getCorners (legacy schteppe#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
stockhuman committed Mar 7, 2020
1 parent 563e2a9 commit 04c8881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collision/AABB.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export class AABB {
b.set(u.x, l.y, l.z)
c.set(u.x, u.y, l.z)
d.set(l.x, u.y, u.z)
e.set(u.x, l.y, l.z)
e.set(u.x, l.y, u.z)
f.set(l.x, u.y, l.z)
g.set(l.x, l.y, u.z)
h.copy(u)
Expand Down

0 comments on commit 04c8881

Please sign in to comment.