提交 140954c3 编写于 作者: M Mr.doob

OrbitControl: Fixed typo.

上级 709f59de
......@@ -509,11 +509,11 @@
if ( dollyDelta.y > 0 ) {
contraint.dollyIn( getZoomScale() );
constraint.dollyIn( getZoomScale() );
} else if ( dollyDelta.y < 0 ) {
contraint.dollyOut( getZoomScale() );
constraint.dollyOut( getZoomScale() );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册