Fix layers initialization in image::Atlas
This commit is contained in:
parent
83e037829c
commit
ecbee66bd6
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ impl Atlas {
|
||||||
Atlas {
|
Atlas {
|
||||||
texture,
|
texture,
|
||||||
texture_view,
|
texture_view,
|
||||||
layers: vec![Layer::Empty, Layer::Empty],
|
layers: vec![Layer::Empty],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue