Less Taught.
This commit is contained in:
parent
42963e6632
commit
643768fd9a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public class TaughtIcon implements IIcon
|
|||
|
||||
public TaughtIcon(IIcon o, float tightness) {
|
||||
p = o;
|
||||
this.tightness = tightness;
|
||||
this.tightness = tightness * 0.4f;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue