Kirill Vainer 8 vuotta sitten
vanhempi
commit
86f6f040e3
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      jme3-core/src/main/java/com/jme3/scene/GeometryGroupNode.java

+ 0 - 3
jme3-core/src/main/java/com/jme3/scene/GeometryGroupNode.java

@@ -9,9 +9,6 @@ package com.jme3.scene;
 public abstract class GeometryGroupNode extends Node {
     
     public static int getGeometryStartIndex(Geometry geom) {
-        if (geom.startIndex == -1) {
-            throw new AssertionError();
-        }
         return geom.startIndex;
     }