This comment wasn't accurate

master
Marc Gilleron 2021-11-06 00:11:43 +00:00
parent 2dfd4c0eab
commit 0655371078
1 changed files with 1 additions and 1 deletions

View File

@ -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
};