mirror of https://github.com/zeldaret/mm.git
Run ./format.sh on master again (#348)
This commit is contained in:
parent
edcf4e40cb
commit
00fe40be51
|
@ -180,6 +180,6 @@ void GfxPrint_Printf(GfxPrint* this, const char* fmt, ...) {
|
|||
va_start(args, fmt);
|
||||
|
||||
GfxPrint_VPrintf(this, fmt, args);
|
||||
|
||||
|
||||
va_end(args);
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@ void PrintUtils_Printf(PrintCallback* pfn, const char* fmt, ...) {
|
|||
va_start(args, fmt);
|
||||
|
||||
PrintUtils_VPrintf(pfn, fmt, args);
|
||||
|
||||
|
||||
va_end(args);
|
||||
}
|
||||
|
|
|
@ -17,4 +17,4 @@ void func_8010C1B0(void) {
|
|||
osSendMesg(&gSchedContext.cmdQ, &task, OS_MESG_BLOCK);
|
||||
Sched_SendEntryMsg(&gSchedContext);
|
||||
osRecvMesg(&queue, NULL, OS_MESG_BLOCK);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -183,7 +183,7 @@ void EnEndingHero6_Draw(Actor* thisx, GlobalContext* globalCtx) {
|
|||
}
|
||||
|
||||
SkelAnime_DrawSV(globalCtx, this->skelAnime.skeleton, this->skelAnime.limbDrawTbl,
|
||||
this->skelAnime.dListCount, NULL, EnEndingHero6_PostLimbDraw, &this->actor);
|
||||
this->skelAnime.dListCount, NULL, EnEndingHero6_PostLimbDraw, &this->actor);
|
||||
}
|
||||
|
||||
CLOSE_DISPS(globalCtx->state.gfxCtx);
|
||||
|
|
Loading…
Reference in New Issue