提交 6194a306 编写于 作者: M Mr.doob

Merge remote-tracking branch 'zz85/master' into dev

......@@ -171,7 +171,12 @@ THREE.FirstPersonControls = function ( object, domElement ) {
this.update = function( delta ) {
var actualMoveSpeed = 0;
if ( !this.freeze ) {
if ( this.freeze ) {
return;
} else {
if ( this.heightSpeed ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册