Changed color of audio bar background

Worklist mentions:
Additionally, change the color of the bar to #4CC1B8 / 76,193,184
This commit is contained in:
Triplelexx 2015-02-10 22:41:43 +00:00
parent d84398524b
commit 8e0ac763eb

View file

@ -847,7 +847,7 @@ void ApplicationOverlay::renderAudioMeter() {
// Draw audio meter background Quad
DependencyManager::get<GeometryCache>()->renderQuad(AUDIO_METER_X, audioMeterY, AUDIO_METER_WIDTH, AUDIO_METER_HEIGHT,
glm::vec4(0, 0, 0, 1));
glm::vec4(0.298f, 0.757f, 0.722f, 1));
if (audioLevel > AUDIO_RED_START) {
glm::vec4 quadColor;