Skip to content

Commit

Permalink
remove unnecessary / broken if statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Jan 11, 2016
1 parent 226a66a commit 7073c1b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/graphics/Renderer.cpp
Expand Up @@ -1412,10 +1412,6 @@ void Renderer::render_parts()
firer /= 5;
fireg /= 5;
fireb /= 5;
if (colr + colg + colg < 10)
colr = colg = colb = 20;
if (firer + fireg + fireg < 35)
firer = fireg = fireb = 65;
}
}

Expand Down

0 comments on commit 7073c1b

Please sign in to comment.