From 27342528544e57cfd5bf0f2f871ddfffb3c01515 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Wed, 11 Sep 2024 08:43:31 -0600 Subject: [PATCH] Update math_util.h --- src/racing/math_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/racing/math_util.h b/src/racing/math_util.h index 0dbb2ac836..ddf73471b8 100644 --- a/src/racing/math_util.h +++ b/src/racing/math_util.h @@ -40,7 +40,7 @@ void mtxf_s16_rotate_z(Mat4, s16); void func_802B5B14(Vec3f b, Vec3s rotate); // unused void func_802B5CAC(s16, s16, Vec3f); void func_802B5D30(s16, s16, s32); -void func_802B5D64(uintptr_t, s16, s16, s32); +void func_802B5D64(Lights1*, s16, s16, s32); void mtxf_scale(Mat4, f32); void mtxf_pos_rotation_xyz(Mat4, Vec3f, Vec3s); void mtxf_translate_vec3f_mat3(Vec3f, Mat3);