Skip to content

Commit

Permalink
damn clang-format....
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jul 25, 2024
1 parent 365e638 commit db6ecf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/gl_sky.c
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ void Sky_ProcessPoly (cb_context_t *cbx, glpoly_t *p, float color[3])
if (need_bounds)
{
const size_t MAX_CLIP_VERTS = p->numverts + 2;
const int num_verts = p->numverts;
const int num_verts = p->numverts;

TEMP_ALLOC (vec3_t, verts, MAX_CLIP_VERTS);

Expand Down

0 comments on commit db6ecf3

Please sign in to comment.