This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
java
/
jMonkeyEngine
mirror of
https://github.com/jMonkeyEngine/jmonkeyengine.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
avoid extraneous newlines to stderr during glTF import
Stephen Gold
6 năm trước cách đây
mục cha
62ce6ca406
commit
643914c2be
1 tập tin đã thay đổi
với
0 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
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
Xem Tập Tin
@@ -300,7 +300,6 @@ public class GltfUtils {
}
index += stride;
}
- System.err.println("");
}