Jelajahi Sumber

Examples: Clean up. (#21597)

Michael Herzog 4 tahun lalu
induk
melakukan
ceee7dd275
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      examples/js/curves/NURBSUtils.js
  2. 1 1
      examples/jsm/curves/NURBSUtils.js

+ 1 - 1
examples/js/curves/NURBSUtils.js

@@ -238,7 +238,7 @@
 
 			}
 
-			const r = p;
+			let r = p;
 
 			for ( let k = 1; k <= n; ++ k ) {
 

+ 1 - 1
examples/jsm/curves/NURBSUtils.js

@@ -257,7 +257,7 @@ class NURBSUtils {
 
 		}
 
-		const r = p;
+		let r = p;
 
 		for ( let k = 1; k <= n; ++ k ) {