提交 6a73ab2e 编写于 作者: W WestLangley

OrbitControls: Improved memory management. Minor cleanup.

上级 e5e34773
......@@ -396,6 +396,8 @@ THREE.OrbitControls = function ( object, domElement ) {
if ( scope.enabled === false || scope.noZoom === true ) return;
event.preventDefault();
var delta = 0;
if ( event.wheelDelta !== undefined ) { // WebKit / Opera / Explorer 9
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册