mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
pad the either layout to align
This commit is contained in:
parent
fc6acda14d
commit
f7693f553c
|
@ -35,6 +35,7 @@ impl Block {
|
|||
.expect("too large allocation")
|
||||
.align_to(8)
|
||||
.expect("too large allocation")
|
||||
.pad_to_align()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue