Просмотр исходного кода

StorageInstancedBufferAttribute: Cleanup (#27736)

sunag 1 год назад
Родитель
Сommit
018473b999
1 измененных файлов с 1 добавлено и 1 удалено
  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;
 
 	}