Explorar o código

Avoid implicit keyframe trimming. (#9595)

tschw %!s(int64=9) %!d(string=hai) anos
pai
achega
7714fe8f6d
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      src/animation/AnimationClip.js

+ 0 - 3
src/animation/AnimationClip.js

@@ -28,9 +28,6 @@ function AnimationClip( name, duration, tracks ) {
 
 	}
 
-	// maybe only do these on demand, as doing them here could potentially slow down loading
-	// but leaving these here during development as this ensures a lot of testing of these functions
-	this.trim();
 	this.optimize();
 
 }