We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa8c2e commit 7b0d792Copy full SHA for 7b0d792
src/renderers/common/nodes/NodeUniformBuffer.js
@@ -76,7 +76,7 @@ class NodeUniformBuffer extends UniformBuffer {
76
*/
77
addUpdateRange( start, count ) {
78
79
- this.nodeUniform.updateRanges.push( { start, count } );
+ this.nodeUniform.addUpdateRange( start, count );
80
81
}
82
0 commit comments