1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00

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

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) {