add a missing space in Agent

This commit is contained in:
Stephen Birarda 2015-11-20 16:09:41 -08:00
parent c8b5f6f737
commit b24b095c90

View file

@ -416,7 +416,7 @@ void Agent::processAgentAvatarAndAudio(float deltaTime) {
glm::quat headOrientation = scriptedAvatar->getHeadOrientation();
audioPacket->writePrimitive(headOrientation);
}else if (nextSoundOutput) {
} else if (nextSoundOutput) {
// assume scripted avatar audio is mono and set channel flag to zero
audioPacket->writePrimitive((quint8)0);