Explorar o código

Add missing semicolon

Takahiro %!s(int64=8) %!d(string=hai) anos
pai
achega
54551f1773
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/BufferGeometryUtils.js

+ 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 ) {
 

粤ICP备19079148号