You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Vanilla bugfix: obj_init_animation referencing o instead of obj
This commit is contained in:
@@ -468,7 +468,7 @@ void obj_set_gfx_pos_from_pos(struct Object *obj) {
|
||||
}
|
||||
|
||||
void obj_init_animation(struct Object *obj, s32 animIndex) {
|
||||
struct Animation **anims = o->oAnimations;
|
||||
struct Animation **anims = obj->oAnimations;
|
||||
geo_obj_init_animation(&obj->header.gfx, &anims[animIndex]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user