diff options
Diffstat (limited to 'src/common/math.hpp')
| -rw-r--r-- | src/common/math.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/math.hpp b/src/common/math.hpp index 48a5869..cad4606 100644 --- a/src/common/math.hpp +++ b/src/common/math.hpp @@ -60,7 +60,7 @@ struct Color { inline bool -Intersect_Rectangle_Circle(Rectangle rect, Circle circle) +Intersect_AABB_Circle(Rectangle rect, Circle circle) { float xmin = std::min(rect.x0, rect.x1); float xmax = std::max(rect.x0, rect.x1); |
