Fixed Hover Rendering

This commit is contained in:
Frank 2022-07-15 02:45:08 +02:00
parent 399d9820d4
commit ca81b5a720
9 changed files with 117 additions and 34 deletions

View file

@ -50,7 +50,7 @@ public class TestScreen extends Screen {
rows.addFiller();
main.setChild(HorizontalStack.centered(rows));
main.calculateLayout();
addRenderableWidget(main);
}