Rename Rect3 to AABB.

Fixes #12973.
This commit is contained in:
Ferenc Arn
2017-11-17 11:01:41 -05:00
parent b44cb4e3b9
commit d28763a4c1
138 changed files with 1203 additions and 1194 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
#include "servers/visual_server.h"
#include "skeleton.h"
Rect3 VisualInstance::get_transformed_aabb() const {
AABB VisualInstance::get_transformed_aabb() const {
return get_global_transform().xform(get_aabb());
}