From 3ed19ccb91a5f4b36b6d308a64fbacdc878b9665 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Sat, 4 May 2013 08:28:00 -0700 Subject: [PATCH] fixed comment --- libraries/voxels/src/VoxelTree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/voxels/src/VoxelTree.h b/libraries/voxels/src/VoxelTree.h index 440345e119..3eb53309a5 100644 --- a/libraries/voxels/src/VoxelTree.h +++ b/libraries/voxels/src/VoxelTree.h @@ -65,7 +65,7 @@ public: // Note: this assumes the fileFormat is the HIO individual voxels code files void loadVoxelsFile(const char* fileName, bool wantColorRandomizer); - // these will read/write files that match the wireformat, including the 'V' leading + // these will read/write files that match the wireformat, excluding the 'V' leading void writeToFileV2(const char* filename) const; void readFromFileV2(const char* filename, bool reset);