mirror of https://github.com/zeldaret/mm.git
removed TransformUpdateIndex in z_demo_tre_lgt.c (#1386)
This commit is contained in:
parent
fa71fbeaab
commit
d353e56be6
|
|
@ -47,7 +47,7 @@ ActorInit Demo_Tre_Lgt_InitVars = {
|
|||
(ActorFunc)DemoTreLgt_Draw,
|
||||
};
|
||||
|
||||
static TransformUpdateIndex* sBoxLightAnimations[] = {
|
||||
static CurveAnimationHeader* sBoxLightAnimations[] = {
|
||||
&gBoxLightAdultCurveAnim,
|
||||
&gBoxLightChildCurveAnim,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue