Skip to content

Commit

Permalink
Fix typo in webgl2_ubo_arrays example (mrdoob#27322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored and AdaRoseCannon committed Jan 15, 2024
1 parent f919b57 commit 2bdf57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl2_ubo_arrays.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
// controls

const controls = new OrbitControls( camera, renderer.domElement );
controls.enabledPan = false;
controls.enablePan = false;

// stats

Expand Down

0 comments on commit 2bdf57d

Please sign in to comment.