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();