Explorar el Código

Fix typo in webgl2_ubo_arrays example (#27322)

Nathan Bierema hace 1 año
padre
commit
96ac576e09
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl2_ubo_arrays.html

+ 1 - 1
examples/webgl2_ubo_arrays.html

@@ -249,7 +249,7 @@
 				// controls
 
 				const controls = new OrbitControls( camera, renderer.domElement );
-				controls.enabledPan = false;
+				controls.enablePan = false;
 
 				// stats