diff options
| author | Rémi Verschelde | 2017-12-06 19:54:22 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-12-07 08:02:00 +0100 |
| commit | d5ca9e2f6fa47b899fb28dc07cd321e1719b36de (patch) | |
| tree | 33d39e1299ed9258c4c196b2e0be24fc900251d3 /core/math/face3.cpp | |
| parent | 9ff17379c24a800dc598bf41a5981fc5d1c54291 (diff) | |
| download | godot-d5ca9e2f6fa47b899fb28dc07cd321e1719b36de.tar.gz godot-d5ca9e2f6fa47b899fb28dc07cd321e1719b36de.tar.zst godot-d5ca9e2f6fa47b899fb28dc07cd321e1719b36de.zip | |
Diffstat (limited to 'core/math/face3.cpp')
| -rw-r--r-- | core/math/face3.cpp | 2 |
1 files changed, 1 insertions, 1 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) \ { \ |
