Make z_indices bigger in StackingOrder
This commit is contained in:
parent
0d30b698a4
commit
3d1dae9a06
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ const ACTIVE_DRAG_Z_INDEX: u8 = 1;
|
||||||
pub struct StackingOrder {
|
pub struct StackingOrder {
|
||||||
#[deref]
|
#[deref]
|
||||||
#[deref_mut]
|
#[deref_mut]
|
||||||
z_indices: SmallVec<[u8; 32]>,
|
z_indices: SmallVec<[u8; 64]>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Default for StackingOrder {
|
impl Default for StackingOrder {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue