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
512b096cb4
commit
2c25d77e64
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
@@ -299,7 +299,6 @@ public class GltfUtils {
}
index += stride;
}
- System.err.println("");
}