Rect3 renamed to AABB

master
ubaldy 2017-11-22 11:26:29 -05:00 committed by GitHub
parent 83e50483e7
commit 8b83f794ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,4 +118,4 @@ static func calculate_y_offset(box, other, motion_y):
static func box_from_center_extents(center, extents):
return Rect3(center - extents, 2.0*extents)
return AABB(center - extents, 2.0*extents)