Skip to content

Commit

Permalink
Remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Sep 29, 2024
1 parent 5615c06 commit 6862a9f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ public void init() {

// Size slider
this.sizeField = new SizeField(this.font, 1 + offsetX, offsetY + ((this.toggleButtons.length + 1) * 22), 38, 17, Component.translatable("armorposer.gui.label.scale"));
// (double) this.entityArmorStand.getScale(), 0.01D, 10.0D, this)
this.sizeField.setValue(String.valueOf((double) this.entityArmorStand.getScale()));
this.sizeField.setMaxLength(4);
this.addWidget(this.sizeField);
Expand Down

0 comments on commit 6862a9f

Please sign in to comment.