From d748198eabc12ba1e6316824bb74a25e715be9bb Mon Sep 17 00:00:00 2001 From: Banjo Kazooie Date: Sat, 28 Sep 2024 23:03:22 -0500 Subject: [PATCH] rename mlMtx_apply_vec3f --- src/core2/code_5FB00.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core2/code_5FB00.c b/src/core2/code_5FB00.c index 5741b009..86e4951a 100644 --- a/src/core2/code_5FB00.c +++ b/src/core2/code_5FB00.c @@ -44,7 +44,7 @@ void func_802E6BD0(BKModelUnk28List *arg0, BKVertexList *arg1, AnimMtxList *mtx_ mtx_index = i_ptr->anim_index; mlMtxSet(animMtxList_get(mtx_list, mtx_index)); } - mlMtx_apply_vec3f_r_vec3s(sp50, i_ptr->coord); + mlMtx_apply_vec3s(sp50, i_ptr->coord); for(i = 0; i < i_ptr->vtx_count; i++){ i_vtx = &vtx[i_ptr->vtx_list[i]]; i_vtx->v.ob[0] = sp50[0];