Skip to content

Commit

Permalink
Unused glColor
Browse files Browse the repository at this point in the history
  • Loading branch information
atupone committed Jun 22, 2024
1 parent be28f14 commit 999f094
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bzflag/RadarRenderer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,6 @@ void RadarRenderer::renderBasesAndTeles()
// is one system that doesn't do correct filtering.
const ObstacleList& teleporters = OBSTACLEMGR.getTeles();
int count = teleporters.size();
glColor3f(1.0f, 1.0f, 0.25f);
glBegin(GL_LINES);
for (i = 0; i < count; i++)
{
Expand Down

0 comments on commit 999f094

Please sign in to comment.