mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Update GameHUD.java
update console ZIndex
This commit is contained in:
@@ -786,6 +786,7 @@ public class GameHUD extends Stage {
|
|||||||
console.toggle();
|
console.toggle();
|
||||||
if (console.isVisible()) {
|
if (console.isVisible()) {
|
||||||
clearAbility();
|
clearAbility();
|
||||||
|
console.setZIndex(ui.getChildren().size);
|
||||||
} else {
|
} else {
|
||||||
updateAbility();
|
updateAbility();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user