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

This commit is contained in:
Mr.doob
2011-12-17 01:48:15 -08:00
+6 -1
View File
@@ -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 ) {