mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 15:33:10 +02:00
fixed comment
This commit is contained in:
parent
24dee12d67
commit
3ed19ccb91
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue