Prechádzať zdrojové kódy

Add missing semicolon

Takahiro 7 rokov pred
rodič
commit
54551f1773
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      examples/js/BufferGeometryUtils.js

+ 1 - 1
examples/js/BufferGeometryUtils.js

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