فهرست منبع

Terminate statement in Vector3

Tristan Valcke 9 سال پیش
والد
کامیت
58b05d3ec1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/math/Vector3.js

+ 1 - 1
src/math/Vector3.js

@@ -710,7 +710,7 @@ Vector3.prototype = {
 		if ( typeof m === 'number' ) {
 		if ( typeof m === 'number' ) {
 
 
 			console.warn( 'THREE.Vector3: setFromMatrixColumn now expects ( matrix, index ).' );
 			console.warn( 'THREE.Vector3: setFromMatrixColumn now expects ( matrix, index ).' );
-			var temp = m
+			var temp = m;
 			m = index;
 			m = index;
 			index = temp;
 			index = temp;
 
 

粤ICP备19079148号