Преглед на файлове

StorageInstancedBufferAttribute: Cleanup (#27736)

sunag преди 1 година
родител
ревизия
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;
 
 	}