Explorar el Código

Add missing semicolons in SEA3DLegacy

Tristan Valcke hace 8 años
padre
commit
476491aba1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/js/loaders/sea3d/SEA3DLegacy.js

+ 1 - 1
examples/js/loaders/sea3d/SEA3DLegacy.js

@@ -456,7 +456,7 @@ THREE.SEA3D.prototype.readSkeleton = function( sea ) {
 
 		for ( var i = 0; i < sea.joint.length; i ++ ) {
 
-			var bone = sea.joint[ i ]
+			var bone = sea.joint[ i ];
 
 			// get world inverse matrix