mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
remember to add affine id to self
This commit is contained in:
parent
dc4bead590
commit
fbfdd360db
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue