feat: use ArrayUtils from commons-lang3 instead.

This commit is contained in:
huanghongxun
2021-10-18 15:33:44 +08:00
parent 1bb2593c5b
commit 71c23df971
2 changed files with 1 additions and 435 deletions

View File

@@ -4,7 +4,7 @@ import javafx.scene.image.Image;
import javafx.scene.shape.Mesh;
import javafx.scene.shape.MeshView;
import javafx.scene.shape.TriangleMesh;
import org.jackhuang.hmcl.util.ArrayUtils;
import org.apache.commons.lang3.ArrayUtils;
public class SkinCube extends MeshView {