mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-25 23:35:04 -04:00
Small General cleanup (#1360)
* Draw things * EffectSsFhgFlash_SpawnShock enum * gohtIndex * colliders * ObjGhaka_Init * func_80B3C39C * undef syms
This commit is contained in:
+2
-2
@@ -1539,10 +1539,10 @@ void func_8012CF0C(GraphicsContext* gfxCtx, s32 clearFb, s32 clearZb, u8 r, u8 g
|
||||
gSPDisplayList(DEBUG_DISP++, gGfxMasterDL->setupBuffers);
|
||||
|
||||
if (clearZb) {
|
||||
gSPDisplayList(gfxCtx->polyOpa.p++, D_0E000000.clearZBuffer);
|
||||
gSPDisplayList(POLY_OPA_DISP++, D_0E000000.clearZBuffer);
|
||||
}
|
||||
if (clearFb) {
|
||||
gSPDisplayList(gfxCtx->polyOpa.p++, D_0E000000.clearFrameBuffer);
|
||||
gSPDisplayList(POLY_OPA_DISP++, D_0E000000.clearFrameBuffer);
|
||||
}
|
||||
|
||||
CLOSE_DISPS(gfxCtx);
|
||||
|
||||
Reference in New Issue
Block a user