Skip to content

Commit 993f473

Browse files
committed
continue working on help scrn
1 parent be0ff27 commit 993f473

13 files changed

+431
-123
lines changed

chunkindex.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ ChunkGrid::ChunkGrid(const char* vox_fn) {
214214
vox_fn, ver, file_size,
215215
num_voxels, curr_size[0], curr_size[1], curr_size[2]);
216216

217-
// Y and Z are inverted
217+
// Y and Z are swapped
218218
Init(curr_size[0], curr_size[2], curr_size[1]);
219219

220220
int* xyzi = new int[num_voxels];

climb/keys.jpg

4.01 KB
Loading

0 commit comments

Comments
 (0)