Fixes for style conformance: tabs to spaces

This commit is contained in:
matsukaze 2014-02-07 22:52:08 -05:00
parent f15ddff7e0
commit ab0b7bba00
4 changed files with 38 additions and 38 deletions

View file

@ -98,9 +98,9 @@ protected:
nodeColor _currentColor; /// Client only, false color of this voxel, 4 bytes
private:
int _primitiveIndex;
unsigned char _exteriorOcclusions; /// exterior shared partition boundaries that are completely occupied
unsigned char _interiorOcclusions; /// interior shared partition boundaries with siblings
int _primitiveIndex; ///< Unique identifier given by PrimitiveRenderer
unsigned char _exteriorOcclusions; ///< Exterior shared partition boundaries that are completely occupied
unsigned char _interiorOcclusions; ///< Interior shared partition boundaries with siblings
};
inline void VoxelTreeElement::setExteriorOcclusions(unsigned char exteriorOcclusions) {