extra line

This commit is contained in:
Atlante45 2014-08-26 18:06:10 -07:00
parent 41461cd322
commit 056cd0a4d1

View file

@ -154,7 +154,6 @@ QByteArray AvatarData::toByteArray() {
destinationBuffer += packFloatAngleToTwoByte(destinationBuffer, _bodyPitch);
destinationBuffer += packFloatAngleToTwoByte(destinationBuffer, _bodyRoll);
// Body scale
destinationBuffer += packFloatRatioToTwoByte(destinationBuffer, _targetScale);