Skip to content

Commit

Permalink
const qualify renderentradius extentity param
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed May 7, 2024
1 parent 25db12e commit 8d32a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/entities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ void renderentbox(const extentity &e, const vec &center, const vec &radius, int
xtraverts += gle::end();
}

void renderentradius(extentity &e, bool color)
void renderentradius(const extentity &e, bool color)
{
switch(e.type)
{
Expand Down

0 comments on commit 8d32a88

Please sign in to comment.