aboutsummaryrefslogtreecommitdiff
path: root/core/math
diff options
context:
space:
mode:
Diffstat (limited to 'core/math')
-rw-r--r--core/math/face3.cpp2
-rw-r--r--core/math/face3.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/core/math/face3.cpp b/core/math/face3.cpp
index 070ce77db..2335b458b 100644
--- a/core/math/face3.cpp
+++ b/core/math/face3.cpp
@@ -195,7 +195,7 @@ bool Face3::intersects_aabb(const AABB &p_aabb) const {
if (!p_aabb.intersects_plane(get_plane()))
return false;
- /** TEST FACE AXIS */
+/** TEST FACE AXIS */
#define TEST_AXIS(m_ax) \
{ \
diff --git a/core/math/face3.h b/core/math/face3.h
index 561fa3123..9a1f6b2c2 100644
--- a/core/math/face3.h
+++ b/core/math/face3.h
@@ -256,6 +256,4 @@ bool Face3::intersects_aabb2(const AABB &p_aabb) const {
return true;
}
- //this sucks...
-
#endif // FACE3_H