aboutsummaryrefslogtreecommitdiff
path: root/include/BH
diff options
context:
space:
mode:
Diffstat (limited to 'include/BH')
-rw-r--r--include/BH/Math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/BH/Math.h b/include/BH/Math.h
index badc092..5ce9540 100644
--- a/include/BH/Math.h
+++ b/include/BH/Math.h
@@ -1235,7 +1235,7 @@ void BH_Mat4fApplyVec4f(const float *a,
* \param b B 3D vector
* \param out Output 3D vector
*/
-void BH_Mat4fApplyVec4f(const float *a,
+void BH_Mat4fApplyVec3f(const float *a,
const float *b,
float *out);