diff --git a/patches/transform_tagging.c b/patches/transform_tagging.c index 26db6ab..253bc5b 100644 --- a/patches/transform_tagging.c +++ b/patches/transform_tagging.c @@ -117,6 +117,9 @@ bool set_model_matrix_group(Gfx **gfx, void *geo_list, u32 bone_index) { } else if (skip_all_interpolation) { gEXMatrixGroupNoInterpolate((*gfx)++, G_EX_PUSH, G_MTX_MODELVIEW, G_EX_EDIT_NONE); + return TRUE; + } + else { return FALSE; } }