Kaynağa Gözat

AnimationClip: Prevent type loss in toJSON

Ian Purvis 5 yıl önce
ebeveyn
işleme
9c437fd880
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/animation/AnimationClip.js

+ 1 - 1
src/animation/AnimationClip.js

@@ -387,7 +387,7 @@ class AnimationClip {
 
 	toJSON() {
 
-		return AnimationClip.toJSON( this );
+		return this.constructor.toJSON( this );
 
 	}
 

粤ICP备19079148号