fixed comment

This commit is contained in:
ZappoMan 2013-05-04 08:28:00 -07:00
parent 24dee12d67
commit 3ed19ccb91

View file

@ -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);