From d7bdfe5d045fd02ac91cc3d156f5ad20c136e795 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 25 Jun 2007 19:07:32 +0000 Subject: [PATCH] register FadeLODNode --- panda/src/pgraph/config_pgraph.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/pgraph/config_pgraph.cxx b/panda/src/pgraph/config_pgraph.cxx index 7dabe08def..57f443f340 100644 --- a/panda/src/pgraph/config_pgraph.cxx +++ b/panda/src/pgraph/config_pgraph.cxx @@ -456,6 +456,7 @@ init_libpgraph() { DepthWriteAttrib::register_with_read_factory(); DirectionalLight::register_with_read_factory(); DrawMaskAttrib::register_with_read_factory(); + FadeLODNode::register_with_read_factory(); Fog::register_with_read_factory(); FogAttrib::register_with_read_factory(); GeomNode::register_with_read_factory();