mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 00:13:53 +02:00
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:
parent
d84398524b
commit
8e0ac763eb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue