fix comment

This commit is contained in:
ZappoMan 2014-06-09 14:10:40 -07:00
parent 6f1ec01797
commit 139a64a0d2

View file

@ -5,10 +5,9 @@
// Created by Brad Hefta-Gaub on 4/25/2013.
// Copyright 2013 High Fidelity, Inc.
//
// This class is used by the VoxelTree:encodeTreeBitstream() functions to store extra nodes that need to be sent
// it's a generic bag style storage mechanism. But It has the property that you can't put the same node into the bag
// more than once (in other words, it de-dupes automatically), also, it supports collapsing it's several peer nodes
// into a parent node in cases where you add enough peers that it makes more sense to just add the parent.
// This class is used by the Octree:encodeTreeBitstream() functions to store elements and element data that need to be sent.
// It's a generic bag style storage mechanism. But It has the property that you can't put the same element into the bag
// more than once (in other words, it de-dupes automatically).
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html