From 176ee5e0cffd7bdb585b607cacaf91232b6505c4 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Fri, 3 Feb 2023 16:34:50 +0100 Subject: [PATCH] Update some stuff Signed-off-by: yoyosource --- .../de/steamwar/bausystem/features/cuboid/CuboidCreator4.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/cuboid/CuboidCreator4.java b/BauSystem_Main/src/de/steamwar/bausystem/features/cuboid/CuboidCreator4.java index 1cd74724..7c5d1eea 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/cuboid/CuboidCreator4.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/cuboid/CuboidCreator4.java @@ -30,12 +30,8 @@ import java.util.*; public class CuboidCreator4 implements Iterator { private static final List AXES = Arrays.asList( - // new Axis[]{Axis.X, Axis.Y, Axis.Z}, new Axis[]{Axis.X, Axis.Z, Axis.Y}, - // new Axis[]{Axis.Y, Axis.X, Axis.Z}, - // new Axis[]{Axis.Y, Axis.Z, Axis.X}, new Axis[]{Axis.Z, Axis.X, Axis.Y} - // new Axis[]{Axis.Z, Axis.Y, Axis.X} ); private List invisibleOrder = new ArrayList<>();