From 92d40c314427acd34f17cf3c7ef373b35a7a85a9 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 25 Apr 2015 18:48:48 +0200 Subject: [PATCH] Default vertex column alignment should be 4 --- panda/src/gobj/config_gobj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/gobj/config_gobj.cxx b/panda/src/gobj/config_gobj.cxx index ce1cdce7c6..a1d3c43d03 100644 --- a/panda/src/gobj/config_gobj.cxx +++ b/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 "