Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sauraen committed Jun 6, 2024
1 parent 609e90f commit c406642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/occlusionplanes.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typedef enum OcclusionPlanePhase {
typedef struct {
OcclusionPlaneCandidate* list;
u8 count;
Gfx* planeCommands[OCCLUSION_PLANE_PHASE_COUNT]
Gfx* planeCommands[OCCLUSION_PLANE_PHASE_COUNT];
Vec3f selCandidate[4];
} OcclusionPlaneContext;

Expand Down
2 changes: 1 addition & 1 deletion src/code/z_play.c
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ void Play_Draw(PlayState* this) {
this->view.eye.y + quakeOffset.y, this->view.eye.z + quakeOffset.z);
}
}

if (this->envCtx.precipitation[PRECIP_RAIN_CUR] != 0) {
Environment_DrawRain(this, &this->view, gfxCtx);
}
Expand Down

0 comments on commit c406642

Please sign in to comment.