Browse Source

Fix typo in webgl2_ubo_arrays example (#27322)

Nathan Bierema 1 year ago
parent
commit
96ac576e09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl2_ubo_arrays.html

+ 1 - 1
examples/webgl2_ubo_arrays.html

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