Mr.doob před 3 roky
rodič
revize
df45402c7b
4 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 1 0
      build/three.cjs
  2. 1 0
      build/three.js
  3. 0 0
      build/three.min.js
  4. 2 0
      build/three.module.js

+ 1 - 0
build/three.cjs

@@ -18411,6 +18411,7 @@ class WebXRManager extends EventDispatcher {
 			for (let i = 0; i < controllers.length; i++) {
 				const inputSource = controllerInputSources[i];
 				if (inputSource === null) continue;
+				controllerInputSources[i] = null;
 				controllers[i].disconnect(inputSource);
 			}
 

+ 1 - 0
build/three.js

@@ -18413,6 +18413,7 @@
 				for (let i = 0; i < controllers.length; i++) {
 					const inputSource = controllerInputSources[i];
 					if (inputSource === null) continue;
+					controllerInputSources[i] = null;
 					controllers[i].disconnect(inputSource);
 				}
 

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
build/three.min.js


+ 2 - 0
build/three.module.js

@@ -25023,6 +25023,8 @@ class WebXRManager extends EventDispatcher {
 
 				if ( inputSource === null ) continue;
 
+				controllerInputSources[ i ] = null;
+
 				controllers[ i ].disconnect( inputSource );
 
 			}

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů