Просмотр исходного кода

Removed nonexistent LoopOnceClamp.

tschw 10 лет назад
Родитель
Сommit
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 ) {
 		switch ( loop ) {
 
 
 			case THREE.LoopOnce:
 			case THREE.LoopOnce:
-			case THREE.LoopOnceClamp:
 
 
 				if ( loopCount === -1 ) {
 				if ( loopCount === -1 ) {
 
 

粤ICP备19079148号