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
accellbaker
Stephen Gold
6 years ago
parent
512b096cb4
commit
2c25d77e64
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
@ -299,7 +299,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