Browse Source

Default vertex column alignment should be 4

rdb 10 years ago
parent
commit
92d40c3144
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/gobj/config_gobj.cxx

+ 1 - 1
panda/src/gobj/config_gobj.cxx

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