Skip to content

Commit

Permalink
foreach killing
Browse files Browse the repository at this point in the history
  • Loading branch information
WilloIzCitron committed Dec 31, 2024
1 parent 72b132c commit 43c9bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bluearchive/ui/dialogs/ArchivDLive2DManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class ArchivDLive2DManager extends BaseDialog {
}});
}};
Table tabl = new Table(){{
live2ds.forEach(l -> cont.button(con -> {
live2ds.each(l -> cont.button(con -> {
con.row();
con.add(l.displayName).row();
con.add(bundle.formatString(bundle.get("ba-l2d.author"), l.author)).color(Color.gray).bottom().row();
Expand Down

0 comments on commit 43c9bf3

Please sign in to comment.