cleanup_build_scripts
Kirill Vainer 8 years ago
parent a71fb286f4
commit 8c4b44941e
  1. 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;
}

Loading…
Cancel
Save