This website works better with JavaScript
Home
Explore
Help
Sign In
java
/
jMonkeyEngine
mirror of
https://github.com/jMonkeyEngine/jmonkeyengine.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
avoid extraneous newlines to stderr during glTF import
Stephen Gold
6 years ago
parent
512b096cb4
commit
2c25d77e64
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
jme3-plugins/src/gltf/java/com/jme3/scene/plugins/gltf/GltfUtils.java
+ 0
- 1
jme3-plugins/src/gltf/java/com/jme3/scene/plugins/gltf/GltfUtils.java
View File
@@ -299,7 +299,6 @@ public class GltfUtils {
}
index += stride;
}
- System.err.println("");
}