Skip to content

Commit

Permalink
Fixed building without EX3
Browse files Browse the repository at this point in the history
  • Loading branch information
sauraen committed Jun 11, 2024
1 parent a484740 commit 7dcc5db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/code/occlusionplanes.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include "z64.h"
#include "functions.h"

#if ENABLE_F3DEX3

static Gfx* planeCommands[OCCLUSION_PLANE_PHASE_COUNT];

#define DEBUG_OCCLUSION_PLANES true
Expand Down Expand Up @@ -664,3 +666,5 @@ void OcclusionPlane_Draw_PostCamUpdate(PlayState* play) {
((u32*)(planeCommands[OCCLUSION_PLANE_PHASE_POST_SKY]))[1] = (u32)mainPlane;
}
}

#endif

0 comments on commit 7dcc5db

Please sign in to comment.