mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 19:46:42 +01:00
Fixed z-index of tooltips putting them behind the paging buttons
This commit is contained in:
parent
ed3155988a
commit
5b9f548585
1 changed files with 1 additions and 1 deletions
|
@ -88,9 +88,9 @@ public class SpellbookScreen extends HandledScreen<SpellbookScreenHandler> {
|
|||
@Override
|
||||
public void init() {
|
||||
super.init();
|
||||
container.init(this::initPageContent);
|
||||
addDrawableChild(new PageButton(x + 350, y + 187, 1));
|
||||
addDrawableChild(new PageButton(x + 300, y + 187, -1));
|
||||
container.init(this::initPageContent);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue