Browse Source

export config variable

David Rose 16 years ago
parent
commit
3384159fd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgraph/config_pgraph.h

+ 1 - 1
panda/src/pgraph/config_pgraph.h

@@ -53,7 +53,7 @@ extern ConfigVariableBool support_fade_lod;
 extern ConfigVariableBool depth_offset_decals;
 extern ConfigVariableBool depth_offset_decals;
 extern ConfigVariableInt max_collect_vertices;
 extern ConfigVariableInt max_collect_vertices;
 extern ConfigVariableInt max_collect_indices;
 extern ConfigVariableInt max_collect_indices;
-extern ConfigVariableBool premunge_data;
+extern EXPCL_PANDA_PGRAPH ConfigVariableBool premunge_data;
 extern ConfigVariableBool preserve_geom_nodes;
 extern ConfigVariableBool preserve_geom_nodes;
 extern ConfigVariableBool flatten_geoms;
 extern ConfigVariableBool flatten_geoms;