From 5f9f2fee71c7e36186f5d2f0f01ddda2678e000c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hor=C3=A1=C4=8Dek?= Date: Tue, 2 Jul 2013 11:47:53 +0200 Subject: [PATCH] re #19385: use righ axis name --- 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 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();