mirror of
https://github.com/zeldaret/tp
synced 2026-09-10 04:02:20 -04:00
f_op_actor_mng matching (#2325)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user