aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/math.hpp2
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);