mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 08:52:14 +02:00
fix CR feedback
This commit is contained in:
parent
66a2f58192
commit
f5b9fabdb9
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue