Skip to content

Commit 4cb2bf4

Browse files
committed
cleanup
1 parent 024bd34 commit 4cb2bf4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

jme-angle/src/native/angle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 2319607679d7781ff9bab5e821a34574ecb0bcc3

jme3-plugins/src/gltf/java/com/jme3/scene/plugins/gltf/GltfLoader.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,8 +1402,6 @@ public VertexBuffer populate(Integer bufferViewIndex, int componentType, String
14021402
// no referenced buffer, specs says to pad the buffer with zeros.
14031403
padBuffer(buff, bufferSize);
14041404
} else {
1405-
// buff = VertexBuffer.createBuffer(format, numComponents, count);
1406-
// buff = (Buffer) readBuffer(bufferViewIndex, byteOffset, count, buff, numComponents, originalFormat);
14071405
buff = (Buffer) viewBuffer(bufferViewIndex, byteOffset, count, numComponents, originalFormat, format);
14081406
}
14091407

0 commit comments

Comments
 (0)