Pārlūkot izejas kodu

Add missing semicolon

Takahiro 7 gadi atpakaļ
vecāks
revīzija
54551f1773
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 ) {