Useless comment

This commit is contained in:
Marc Gilleron 2019-05-12 16:17:57 +01:00
parent 960236b155
commit 1065aa40ef

View File

@ -83,7 +83,7 @@ public:
enum SeamMode {
SEAM_NONE, // No seam management
SEAM_MARCHING_SQUARE_SKIRTS, // Marching square skirts
SEAM_MARCHING_SQUARE_SKIRTS,
// SEAM_OVERLAP // Polygonize extra voxels with lower isolevel
// SEAM_JUNCTION_TRIANGLES // Extra triangles for alternate borders, requires index buffer switching
};