Remove leftover sys err

empirephoenix-patch-1
Nehon 7 years ago
parent 7b2f1094b1
commit c17c3e9605
  1. 1
      jme3-plugins/src/gltf/java/com/jme3/scene/plugins/gltf/GltfLoader.java

@ -367,7 +367,6 @@ public class GltfLoader implements AssetLoader {
buffs.weights = readAccessorData(entry.getValue().getAsInt(), new FloatArrayPopulator());
} else {
VertexBuffer vb = readAccessorData(entry.getValue().getAsInt(), new VertexBufferPopulator(getVertexBufferType(bufferType)));
System.err.println(bufferType);
if (vb != null) {
mesh.setBuffer(vb);
}

Loading…
Cancel
Save