瀏覽代碼

Removed nonexistent LoopOnceClamp.

tschw 9 年之前
父節點
當前提交
a2f53de9ff
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/animation/AnimationMixer.js

+ 0 - 1
src/animation/AnimationMixer.js

@@ -738,7 +738,6 @@ THREE.AnimationMixer._Action.prototype = {
 		switch ( loop ) {
 
 			case THREE.LoopOnce:
-			case THREE.LoopOnceClamp:
 
 				if ( loopCount === -1 ) {