From 648e3d3f09cfb13a045403ff53c84247c6e4b7a9 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 2 Jun 2009 19:39:32 +0000 Subject: [PATCH] build for windows --- 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 4bb96690b4..1b5148b4be 100644 --- a/panda/src/pgraph/config_pgraph.h +++ b/panda/src/pgraph/config_pgraph.h @@ -57,7 +57,7 @@ extern ConfigVariableInt max_collect_indices; extern EXPCL_PANDA_PGRAPH ConfigVariableBool premunge_data; extern ConfigVariableBool preserve_geom_nodes; extern ConfigVariableBool flatten_geoms; -extern ConfigVariableInt max_lenses; +extern EXPCL_PANDA_PGRAPH ConfigVariableInt max_lenses; extern ConfigVariableBool polylight_info; extern ConfigVariableDouble lod_fade_time;