Browse Source

StorageInstancedBufferAttribute: Cleanup (#27736)

sunag 1 year ago
parent
commit
018473b999
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/jsm/renderers/common/StorageInstancedBufferAttribute.js

+ 1 - 1
examples/jsm/renderers/common/StorageInstancedBufferAttribute.js

@@ -8,7 +8,7 @@ class StorageInstancedBufferAttribute extends InstancedBufferAttribute {
 
 		super( array, itemSize );
 
-		this.isStorageBufferAttribute = true;
+		this.isStorageInstancedBufferAttribute = true;
 
 	}