Explorar o código

StorageInstancedBufferAttribute: Cleanup (#27736)

sunag hai 1 ano
pai
achega
018473b999

+ 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;
 
 	}