mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 19:23:12 +02:00
remove extra space in audioCallback
This commit is contained in:
parent
186f1217c3
commit
bf336d8e40
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ int audioCallback (const void *inputBuffer,
|
|||
|
||||
int16_t *outputLeft = ((int16_t **) outputBuffer)[0];
|
||||
int16_t *outputRight = ((int16_t **) outputBuffer)[1];
|
||||
|
||||
|
||||
float yawRatio = data->linkedHead != NULL
|
||||
? data->linkedHead->getYaw() / 90.0
|
||||
|
|
Loading…
Reference in a new issue