mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 17:29:10 +02:00
Coding standard fixes
Coding standard fixes Indentation and space missing
This commit is contained in:
parent
7a3ad615a4
commit
837f8d71a4
1 changed files with 13 additions and 13 deletions
|
@ -856,7 +856,7 @@ void ApplicationOverlay::renderAudioMeter() {
|
|||
quadColor = glm::vec4(1, 1, 1, 1);
|
||||
}
|
||||
// Draw Red Quad
|
||||
DependencyManager::get<GeometryCache>()->renderQuad(AUDIO_METER_X +AUDIO_RED_START,
|
||||
DependencyManager::get<GeometryCache>()->renderQuad(AUDIO_METER_X + AUDIO_RED_START,
|
||||
audioMeterY,
|
||||
audioLevel - AUDIO_RED_START,
|
||||
AUDIO_METER_HEIGHT, quadColor,
|
||||
|
|
Loading…
Reference in a new issue