some formatting changes in entities

This commit is contained in:
Stephen Birarda 2015-07-16 12:38:39 -07:00
parent 3d6b246782
commit 60ae02e4e9
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
//
// EntityEditPacketSender.cpp
// libraries/models/src
// libraries/entities/src
//
// Created by Brad Hefta-Gaub on 8/12/13.
// Copyright 2013 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// EntityEditPacketSender.h
// libraries/models/src
// libraries/entities/src
//
// Created by Brad Hefta-Gaub on 8/12/13.
// Copyright 2013 High Fidelity, Inc.

View file

@ -391,7 +391,7 @@ int Octree::readElementData(OctreeElement* destinationElement, const unsigned ch
}
void Octree::readBitstreamToTree(const unsigned char * bitstream, unsigned long int bufferSizeBytes,
ReadBitstreamToTreeParams& args) {
ReadBitstreamToTreeParams& args) {
int bytesRead = 0;
const unsigned char* bitstreamAt = bitstream;