This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
java
/
jMonkeyEngine
espejo de
https://github.com/jMonkeyEngine/jmonkeyengine.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
avoid extraneous newlines to stderr during glTF import
Stephen Gold
hace 6 años
padre
62ce6ca406
commit
643914c2be
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
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
Ver fichero
@@ -300,7 +300,6 @@ public class GltfUtils {
}
index += stride;
}
- System.err.println("");
}