浏览代码

Default vertex column alignment should be 4

rdb 10 年之前
父节点
当前提交
92d40c3144
共有 1 个文件被更改,包括 1 次插入1 次删除
  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."));
 
 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 "