mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
remove extra plus in AvatarData parseData
This commit is contained in:
parent
4eb25be14c
commit
769205253f
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ int AvatarData::parseData(unsigned char* sourceBuffer, int numBytes) {
|
|||
unsigned char* startPosition = sourceBuffer;
|
||||
|
||||
// push past the node ID
|
||||
sourceBuffer += + sizeof(uint16_t);
|
||||
sourceBuffer += sizeof(uint16_t);
|
||||
|
||||
// Body world position
|
||||
memcpy(&_position, sourceBuffer, sizeof(float) * 3);
|
||||
|
|
Loading…
Reference in a new issue