Browse Source

Revert "Comment for statement that does not loop, waiting clever analysis"

This reverts commit 56a3e092c3686d5e36e2786d69a5612c94faaebd.
Tristan VALCKE 8 years ago
parent
commit
9b43b7f1ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/animation/AnimationMixer.js

+ 1 - 1
src/animation/AnimationMixer.js

@@ -654,7 +654,7 @@ Object.assign( AnimationMixer.prototype, {
 
 		remove_empty_map: {
 
-			// for ( var _ in bindingByName ) break remove_empty_map;
+			for ( var _ in bindingByName ) break remove_empty_map;
 
 			delete bindingsByRoot[ rootUuid ];