mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
remove ShareAudioFactors struct from audio-mixer
This commit is contained in:
parent
fc27c2c7bb
commit
17750bd5d2
1 changed files with 0 additions and 5 deletions
|
@ -70,11 +70,6 @@ void attachNewBufferToAgent(Agent *newAgent) {
|
|||
}
|
||||
}
|
||||
|
||||
struct SharedAudioFactors {
|
||||
float distanceCoefficient;
|
||||
float effectMix;
|
||||
};
|
||||
|
||||
int main(int argc, const char* argv[]) {
|
||||
setvbuf(stdout, NULL, _IOLBF, 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue