Browse Source

Removed nonexistent LoopOnceClamp.

tschw 9 năm trước cách đây
mục cha
commit
a2f53de9ff
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 ) {