This commit is contained in:
Anuken
2020-02-27 10:04:56 -05:00
parent 1e53ea50b0
commit dcf75222d9
12 changed files with 22 additions and 22 deletions

View File

@@ -106,9 +106,7 @@ public class PlanetDialog extends FloatingDialog{
cont.clear();
titleTable.remove();
cont.addRect((x, y, w, h) -> {
render();
}).grow();
cont.addRect((x, y, w, h) -> render()).grow();
}
private void render(){