mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-14 09:06:51 +02:00
add some debugging to the mixer to track down bearing issue
This commit is contained in:
parent
94e5a87057
commit
5a1d0606ce
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,8 @@ int main(int argc, const char* argv[]) {
|
|||
float weakChannelAmplitudeRatio = 1.f;
|
||||
|
||||
if (otherAgent != agent) {
|
||||
printf("DEBUG: The bearing for this agent is %f\n", agentRingBuffer->getBearing());
|
||||
|
||||
Position agentPosition = agentRingBuffer->getPosition();
|
||||
Position otherAgentPosition = otherAgentBuffer->getPosition();
|
||||
|
||||
|
|
Loading…
Reference in a new issue