diff --git a/panda/src/pgraph/renderAttrib.cxx b/panda/src/pgraph/renderAttrib.cxx index 76dbd6609f..3dcb3d6518 100644 --- a/panda/src/pgraph/renderAttrib.cxx +++ b/panda/src/pgraph/renderAttrib.cxx @@ -305,4 +305,5 @@ finalize() { void RenderAttrib:: fillin(DatagramIterator &scan, BamReader *manager) { TypedWritable::fillin(scan, manager); + manager->register_change_this(change_this, this); }