* fix: miss binding.referenceCount++ error when AnimationMixer._bindAction #23096 * Update AnimationMixer.js Co-authored-by: wangren.wr <[email protected]> Co-authored-by: Michael Herzog <[email protected]>
@@ -48,6 +48,7 @@ class AnimationMixer extends EventDispatcher {
if ( binding !== undefined ) {
+ ++ binding.referenceCount;
bindings[ i ] = binding;
} else {