Skip to content

Commit

Permalink
Fix snowstorm scale texture button
Browse files Browse the repository at this point in the history
  • Loading branch information
Chryfi authored and mchorse committed Jul 1, 2021
1 parent 33ecfb4 commit 3b09309
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ protected void fillData()
this.position.toggled(this.component.position);
this.rotation.toggled(this.component.rotation);
this.scale.toggled(this.component.scale);
this.scaleBillboard.toggled(this.component.scaleBillboard);
this.direction.toggled(this.component.direction);
this.acceleration.toggled(this.component.acceleration);
this.gravity.toggled(this.component.gravity);
Expand All @@ -137,13 +138,13 @@ protected void fillData()

private void updateButtons()
{
this.scaleBillboard.removeFromParent();
/*this.scaleBillboard.removeFromParent();
if (this.scale.isToggled())
{
this.scaleColumns.add(this.scaleBillboard);
}
this.resizeParent();
this.resizeParent();*/
}
}

0 comments on commit 3b09309

Please sign in to comment.