mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
merge up
This commit is contained in:
parent
ba4f4b9809
commit
0261f50298
1 changed files with 1 additions and 3 deletions
|
@ -14,10 +14,8 @@
|
|||
#include <PacketHeaders.h>
|
||||
|
||||
#include "AvatarData.h"
|
||||
#include "avatars_Log.h"
|
||||
|
||||
using namespace std;
|
||||
using avatars_lib::printLog;
|
||||
|
||||
int packFloatAngleToTwoByte(unsigned char* buffer, float angle) {
|
||||
const float ANGLE_CONVERSION_RATIO = (std::numeric_limits<uint16_t>::max() / 360.0);
|
||||
|
@ -238,4 +236,4 @@ int AvatarData::parseData(unsigned char* sourceBuffer, int numBytes) {
|
|||
_wantDelta = oneAtBit(wantItems,WANT_DELTA_AT_BIT);
|
||||
|
||||
return sourceBuffer - startPosition;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue