Ensure packed(4)

This commit is contained in:
Gwilym Kuiper 2022-10-08 17:14:58 +01:00
parent fe2e480f28
commit c0821c9229

View file

@ -1198,7 +1198,7 @@ enum ColourMode {
/// This can be obtained from X/Y scale and rotation angle with
/// [`agb::syscall::affine_matrix`].
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
#[repr(C, packed)]
#[repr(C, packed(4))]
pub struct AffineMatrixAttributes {
/// Adjustment made to *X* coordinate when drawing *horizontal* lines.
/// Also known as "dx".