Fix layers
initialization in image::Atlas
This commit is contained in:
parent
83e037829c
commit
ecbee66bd6
@ -47,7 +47,7 @@ impl Atlas {
|
||||
Atlas {
|
||||
texture,
|
||||
texture_view,
|
||||
layers: vec![Layer::Empty, Layer::Empty],
|
||||
layers: vec![Layer::Empty],
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user