Default vertex column alignment should be 4

This commit is contained in:
rdb 2015-04-25 18:48:48 +02:00
parent 66011a1352
commit 92d40c3144

View File

@ -279,7 +279,7 @@ ConfigVariableBool vertices_float64
"slower."));
ConfigVariableInt vertex_column_alignment
("vertex-column-alignment", 1,
("vertex-column-alignment", 4,
PRC_DESC("This specifies the default byte alignment for each column of "
"data within a GeomVertexData when it is assembled using the default "
"interfaces. Normally, you should not change this config variable "