f_op_actor_mng matching (#2325)

This commit is contained in:
Caroline Madsen
2025-03-12 18:57:14 -04:00
committed by GitHub
parent 854e460a36
commit 3ad60c1b17
4 changed files with 7 additions and 19 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ struct mDoLib_clipper {
return mClipper.clip(m, (Vec*)param_1, (Vec*)param_2);
}
static int clip(const Mtx m, Vec param_1, f32 param_2) {
static s32 clip(const Mtx m, Vec param_1, f32 param_2) {
return mClipper.clip(m, param_1, param_2);
}