提交 cebc2aca 编写于 作者: S Spencer 提交者: GitHub

Update TrackballControls tab consistency

There were spaces instead of tab which breaks the consistency and throws off alignment in my text editor
上级 06a846e9
......@@ -475,13 +475,13 @@ THREE.TrackballControls = function ( object, domElement ) {
switch ( event.deltaMode ) {
case 2:
// Zoom in pages
_zoomStart.y -= event.deltaY * 0.025;
break;
case 2:
// Zoom in pages
_zoomStart.y -= event.deltaY * 0.025;
break;
case 1:
// Zoom in lines
// Zoom in lines
_zoomStart.y -= event.deltaY * 0.01;
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册