Skip to content

Commit 96ac576

Browse files
authored
Fix typo in webgl2_ubo_arrays example (#27322)
1 parent f4b09ec commit 96ac576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webgl2_ubo_arrays.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
// controls
250250

251251
const controls = new OrbitControls( camera, renderer.domElement );
252-
controls.enabledPan = false;
252+
controls.enablePan = false;
253253

254254
// stats
255255

0 commit comments

Comments
 (0)