From f5d647216fa1b1f0f9d9b34b77e4d7cf0fd40333 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 1 May 2001 21:20:32 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/sgattrib/config_sgattrib.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/sgattrib/config_sgattrib.cxx b/panda/src/sgattrib/config_sgattrib.cxx index 8b3cb73c53..ab7d15013b 100644 --- a/panda/src/sgattrib/config_sgattrib.cxx +++ b/panda/src/sgattrib/config_sgattrib.cxx @@ -192,6 +192,7 @@ ConfigureFn(config_sgattrib) { DecalTransition::register_with_read_factory(); DepthTestTransition::register_with_read_factory(); DepthWriteTransition::register_with_read_factory(); + MaterialTransition::register_with_read_factory(); PruneTransition::register_with_read_factory(); RenderRelation::register_with_read_factory(); TextureApplyTransition::register_with_read_factory();