This website works better with JavaScript
홈
탐색
도움말
로그인
java
/
jMonkeyEngine
의 미러
https://github.com/jMonkeyEngine/jmonkeyengine.git
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
avoid extraneous newlines to stderr during glTF import
Stephen Gold
6 년 전
부모
62ce6ca406
커밋
643914c2be
1개의 변경된 파일
과
0개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
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
파일 보기
@@ -300,7 +300,6 @@ public class GltfUtils {
}
index += stride;
}
- System.err.println("");
}