提交 da28977d 编写于 作者: A alteredq

Fixed animation glitch in MD2CharacterComplex thanks to @herve3d

Fixes #2419
上级 b6799474
......@@ -388,7 +388,7 @@ THREE.MD2CharacterComplex = function () {
}
if ( Math.abs( this.speed ) < 0.2 * this.maxSpeed && !( controls.moveLeft || controls.moveRight ) ) {
if ( Math.abs( this.speed ) < 0.2 * this.maxSpeed && !( controls.moveLeft || controls.moveRight || controls.moveForward || controls.moveBackward ) ) {
if ( this.activeAnimation !== idleAnimation ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册