Round 2
This commit is contained in:
parent
1383cd5c4d
commit
68b564fa18
1 changed files with 6 additions and 0 deletions
|
@ -874,6 +874,9 @@ impl GuiHandler {
|
||||||
current.disable(world)?;
|
current.disable(world)?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
(Some(current), None) => {
|
||||||
|
current.disable(world)?;
|
||||||
|
}
|
||||||
|
|
||||||
_ => (),
|
_ => (),
|
||||||
}
|
}
|
||||||
|
@ -894,6 +897,9 @@ impl GuiHandler {
|
||||||
current.disable(world)?;
|
current.disable(world)?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
(Some(current), None) => {
|
||||||
|
current.disable(world)?;
|
||||||
|
}
|
||||||
|
|
||||||
_ => (),
|
_ => (),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue