This website works better with JavaScript.
Explore
Help
Register
Sign In
sigonasr2
/
jmonkeyengine
Watch
1
Star
0
Fork
You've already forked jmonkeyengine
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
avoid extraneous newlines to stderr during glTF import
Browse Source
v3.2
Stephen Gold
6 years ago
parent
62ce6ca406
commit
643914c2be
1 changed files
with
0 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
jme3-plugins/src/gltf/java/com/jme3/scene/plugins/gltf/GltfUtils.java
1
jme3-plugins/src/gltf/java/com/jme3/scene/plugins/gltf/GltfUtils.java
Unescape
Escape
View File
@ -300,7 +300,6 @@ public class GltfUtils {
}
}
index
+
=
stride
;
index
+
=
stride
;
}
}
System
.
err
.
println
(
""
)
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
sigonasr2/jmonkeyengine
Title
Body
Create Issue