Bläddra i källkod

Removed nonexistent LoopOnceClamp.

tschw 9 år sedan
förälder
incheckning
a2f53de9ff
1 ändrade filer med 0 tillägg och 1 borttagningar
  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 ) {