diff options
| author | engineer124 <engineer124engineer124@gmail.com> | 2023-10-22 17:27:35 +1100 |
|---|---|---|
| committer | engineer124 <engineer124engineer124@gmail.com> | 2023-10-22 17:27:35 +1100 |
| commit | 08035011c80362ac58aa9bd68ba67327b7a5dd26 (patch) | |
| tree | 50f72522a3d1bf3097d42ef87acd94cc545804e5 /src/code | |
| parent | 9d8554e05a77ff97e0057c948bfa82b7925b7403 (diff) | |
PR Review
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/sys_math3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/sys_math3d.c b/src/code/sys_math3d.c index 076ed9e38..3710c1e1e 100644 --- a/src/code/sys_math3d.c +++ b/src/code/sys_math3d.c @@ -247,7 +247,7 @@ f32 Math3D_Cos(Vec3f* a, Vec3f* b) { } /** - * Calculates the cosine between vectors `a` and `b` and places the result in `ret` + * Calculates the cosine between vectors `a` and `b` and places the result in `dst` * returns true if the cosine cannot be calculated because the product of the magnitudes is zero */ s32 Math3D_CosOut(Vec3f* a, Vec3f* b, f32* dst) { |
