mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-10 12:09:27 +02:00
changes
This commit is contained in:
@@ -758,7 +758,7 @@ public class HudUi {
|
||||
});
|
||||
|
||||
Table waveTable = (Table) scene.find("waves");
|
||||
Table infoTable = (Table) waveTable.getChildren().get(1);
|
||||
Table infoTable = (Table) scene.find("infotable");
|
||||
waveTable.removeChild(infoTable);
|
||||
waveTable.row();
|
||||
waveTable.stack(
|
||||
|
||||
Reference in New Issue
Block a user