fix UB in DemoSa_FrameUpdateMatrix. (#933)

This commit is contained in:
Revo 2021-08-30 12:29:12 -04:00 committed by GitHub
parent f3c930917b
commit f8498478c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ void func_8098E5C8(DemoSa* this, GlobalContext* globalCtx) {
}
s32 DemoSa_FrameUpdateMatrix(DemoSa* this) {
SkelAnime_Update(&this->skelAnime);
return SkelAnime_Update(&this->skelAnime);
}
CsCmdActorAction* DemoSa_GetNpcAction(GlobalContext* globalCtx, s32 idx) {