浏览代码

Add missing semicolon

Takahiro 7 年之前
父节点
当前提交
54551f1773
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 ) {