2
0
Takahiro 7 жил өмнө
parent
commit
54551f1773

+ 1 - 1
examples/js/BufferGeometryUtils.js

@@ -250,7 +250,7 @@ THREE.BufferGeometryUtils = {
 
 				if ( isIndexed ) {
 
-					count = geometry.index.count
+					count = geometry.index.count;
 
 				} else if ( geometry.attributes.position !== undefined ) {