aboutsummaryrefslogtreecommitdiff
path: root/src/raymath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/raymath.c')
-rw-r--r--src/raymath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raymath.c b/src/raymath.c
index 35774a57..b3706b25 100644
--- a/src/raymath.c
+++ b/src/raymath.c
@@ -214,7 +214,7 @@ void VectorTransform(Vector3 *v, Matrix mat)
};
// Return a Vector3 init to zero
-Vector3 VectorZero()
+Vector3 VectorZero(void)
{
Vector3 zero = { 0.0, 0.0, 0.0 };