Skip to content

Commit b6275cf

Browse files
authored
Small compatibility change - VertexIterator (playcanvas#2032)
1 parent 6c31962 commit b6275cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/graphics/vertex-iterator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ Object.assign(pc, function () {
286286
end: function () {
287287
// Unlock the vertex buffer
288288
this.vertexBuffer.unlock();
289-
this.vertexBuffer = null;
290289
},
291290

292291
// Copies data for specified semantic into vertex buffer.

0 commit comments

Comments
 (0)