Coding standard fixes

Corrected else format, removed additional comment to fit other
declarations and break block.
This commit is contained in:
Triplelexx 2015-02-11 06:11:38 +00:00
parent 260f960ccc
commit e2f942c026

View file

@ -881,13 +881,12 @@ void ApplicationOverlay::renderAudioMeter() {
audioLevel = AUDIO_GREEN_START;
}
// Draw Blue Quad
if (audioLevel >= 0) {
glm::vec4 quadColor;
if (!isClipping) {
quadColor = AUDIO_METER_BLUE;
}
else {
} else {
quadColor = glm::vec4(1, 1, 1, 1);
}
// Draw Blue (low level) quad