fix CR feedback

This commit is contained in:
ZappoMan 2014-09-03 12:12:08 -07:00
parent 66a2f58192
commit f5b9fabdb9

View file

@ -104,7 +104,7 @@ bool OctreePacketData::reserveBytes(int numberOfBytes) {
}
bool OctreePacketData::releaseReservedBitMask() {
return reserveBytes(sizeof(unsigned char));
return releaseReservedBytes(sizeof(unsigned char));
}
bool OctreePacketData::releaseReservedBytes(int numberOfBytes) {