Fix #339
This commit is contained in:
parent
e7f746ccee
commit
9cb1adb37c
1 changed files with 3 additions and 1 deletions
|
|
@ -933,8 +933,10 @@ impl State {
|
||||||
.is_some()
|
.is_some()
|
||||||
{
|
{
|
||||||
under = Some(layer.clone().into());
|
under = Some(layer.clone().into());
|
||||||
|
true
|
||||||
|
} else {
|
||||||
|
false
|
||||||
}
|
}
|
||||||
true
|
|
||||||
} else {
|
} else {
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue