Skip to content

Commit 4e21d02

Browse files
author
aardgoose
committed
remove version inc
1 parent df65cfe commit 4e21d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/renderers/webgl/utils/WebGLAttributeUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class WebGLAttributeUtils {
105105
gl.bufferSubData( bufferType, 0, array );
106106
gl.bindBuffer( bufferType, null );
107107

108-
bufferData.version = bufferAttribute.version++;
108+
bufferData.version = bufferAttribute.version;
109109

110110
}
111111

0 commit comments

Comments
 (0)