This commit is contained in:
Anuken
2019-08-22 16:13:39 -04:00
parent 32abd991e7
commit 4b8d072854
2 changed files with 8 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ public class DesktopPlatform extends Platform{
Label[] label = {null};
Core.scene.table(t -> {
t.top().left();
t.update(() -> t.toFront());
t.update(t::toFront);
t.table("guideDim", f -> {
label[0] = f.add("").get();
});