Fix #550
This commit is contained in:
parent
9856555074
commit
86f6f040e3
@ -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…
x
Reference in New Issue
Block a user