Explorar o código

Ray: Added missing semicolon (#8657)

Michael Herzog %!s(int64=9) %!d(string=hai) anos
pai
achega
809fbd9df8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/math/Ray.js

+ 1 - 1
src/math/Ray.js

@@ -270,7 +270,7 @@ THREE.Ray.prototype = {
 			// else t0 is in front of the ray, so return the first collision point scaled by t0
 			return this.at( t0, optionalTarget );
 
-		}
+		};
 
 	}(),