From 3384159fd9a8d0669c77984dfa30b7699ef73a29 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 7 Apr 2009 19:33:48 +0000 Subject: [PATCH] export config variable --- panda/src/pgraph/config_pgraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgraph/config_pgraph.h b/panda/src/pgraph/config_pgraph.h index 26d0407e7a..710cfc058e 100644 --- a/panda/src/pgraph/config_pgraph.h +++ b/panda/src/pgraph/config_pgraph.h @@ -53,7 +53,7 @@ extern ConfigVariableBool support_fade_lod; extern ConfigVariableBool depth_offset_decals; extern ConfigVariableInt max_collect_vertices; extern ConfigVariableInt max_collect_indices; -extern ConfigVariableBool premunge_data; +extern EXPCL_PANDA_PGRAPH ConfigVariableBool premunge_data; extern ConfigVariableBool preserve_geom_nodes; extern ConfigVariableBool flatten_geoms;