(String folder, int textureSizeNew, int scale)
| 56 | } |
| 57 | |
| 58 | public SkinManager(String folder, int textureSizeNew, int scale) { |
| 59 | this.init(folder, textureSizeNew, scale); |
| 60 | } |
| 61 | |
| 62 | public void init(String folder, int textureSizeNew, int scale) { |
| 63 | this.textureScale = ((double) scale) / ((double) textureSizeNew); |