mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 16:18:37 +02:00
shift indented comment in audio.cpp
This commit is contained in:
parent
078ee65438
commit
3e4da1582f
1 changed files with 10 additions and 9 deletions
|
@ -26,6 +26,7 @@ Audio::AudioData *Audio::data;
|
|||
PaStream *Audio::stream;
|
||||
PaError Audio::err;
|
||||
float Audio::AudioData::inputGain;
|
||||
|
||||
/**
|
||||
* Audio callback used by portaudio.
|
||||
* Communicates with Audio via a shared pointer to Audio::data.
|
||||
|
|
Loading…
Reference in a new issue