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