summaryrefslogtreecommitdiffstats
path: root/src/core/AABB.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/AABB.cpp')
-rw-r--r--src/core/AABB.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/AABB.cpp b/src/core/AABB.cpp
index 5803009..cb50583 100644
--- a/src/core/AABB.cpp
+++ b/src/core/AABB.cpp
@@ -633,8 +633,7 @@ void AABB::get_edge(int p_edge,Vector3& r_from,Vector3& r_to) const {
AABB::operator String() const {
- //return String()+position +" - "+ size;
- return String(); // @Todo
+ return String() + position + " - " + size;
}
}