diff --git a/meshers/transvoxel/transvoxel.h b/meshers/transvoxel/transvoxel.h index 85c9d74e..38600ec1 100644 --- a/meshers/transvoxel/transvoxel.h +++ b/meshers/transvoxel/transvoxel.h @@ -25,7 +25,7 @@ enum TexturingMode { TEXTURES_NONE, // Blends the 4 most-represented textures in the given block, ignoring the others. // Texture indices and blend factors have 4-bit precision (maximum 16 textures), - // and are respectively encoded in UV and UV2. + // and are respectively encoded in UV.x and UV.y. TEXTURES_BLEND_4_OVER_16 };