提交 5e0741b5 编写于 作者: S sole

Added missing 'used but not declared' heightMax property.

上级 a893ef18
......@@ -24,6 +24,7 @@ THREE.FirstPersonControls = function ( object, domElement ) {
this.heightSpeed = false;
this.heightCoef = 1.0;
this.heightMin = 0.0;
this.heightMax = 1.0;
this.constrainVertical = false;
this.verticalMin = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册