remember to add affine id to self

This commit is contained in:
Corwin Kuiper 2021-05-30 19:53:55 +01:00
parent dc4bead590
commit fbfdd360db

View file

@ -90,6 +90,7 @@ impl ObjectAffine {
}
pub fn set_affine_mat(&mut self, aff: &AffineMatrix) {
self.attributes.set_affine(aff.id);
self.aff_id = Some(aff.id);
}
}