diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/show/PreviewEntityShowMode.java b/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/show/PreviewEntityShowMode.java index 0c6a6cff..b03a8a29 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/show/PreviewEntityShowMode.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/show/PreviewEntityShowMode.java @@ -32,9 +32,6 @@ public class PreviewEntityShowMode extends FactoredEntityShowMode { @Override public void show(TNTPosition position) { - if (position.getVelocity().lengthSquared() < 0.5) { - return; - } super.show(position); }