removed TransformUpdateIndex in z_demo_tre_lgt.c (#1386)

This commit is contained in:
Yanis42 2023-09-20 18:28:00 +02:00 committed by GitHub
parent fa71fbeaab
commit d353e56be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ ActorInit Demo_Tre_Lgt_InitVars = {
(ActorFunc)DemoTreLgt_Draw,
};
static TransformUpdateIndex* sBoxLightAnimations[] = {
static CurveAnimationHeader* sBoxLightAnimations[] = {
&gBoxLightAdultCurveAnim,
&gBoxLightChildCurveAnim,
};