mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:10:40 +02:00
audio meter background "back in black" / "paint it black"
This commit is contained in:
parent
ac93f86522
commit
42e4eee15e
1 changed files with 3 additions and 3 deletions
|
@ -846,7 +846,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.298f, 0.757f, 0.722f, 1));
|
||||
glm::vec4(0.0f, 0.0f, 0.0f, 1.0f));
|
||||
|
||||
if (audioLevel > AUDIO_RED_START) {
|
||||
glm::vec4 quadColor;
|
||||
|
|
Loading…
Reference in a new issue