diff --git a/libraries/voxels/src/VoxelTree.h b/libraries/voxels/src/VoxelTree.h index b7b7ef7fd8..42eddaecdd 100644 --- a/libraries/voxels/src/VoxelTree.h +++ b/libraries/voxels/src/VoxelTree.h @@ -133,7 +133,7 @@ public: // these will read/write files that match the wireformat, excluding the 'V' leading void writeToSVOFile(const char* filename, VoxelNode* node = NULL) const; bool readFromSVOFile(const char* filename); - // reads voxels from square image with alpha as a Z axis + // reads voxels from square image with alpha as a Y-axis bool readFromSquareARGB32Pixels(const uint32_t *pixels, int dimension); unsigned long getVoxelCount();