2
0
Эх сурвалжийг харах

AnimationMixer.js:7 GET http://localhost/lib/three.js_github/src/constants net::ERR_ABORTED 404 (Not Found)

gonnavis 5 жил өмнө
parent
commit
87b4fbe040

+ 1 - 1
src/animation/AnimationMixer.js

@@ -4,7 +4,7 @@ import { LinearInterpolant } from '../math/interpolants/LinearInterpolant.js';
 import { PropertyBinding } from './PropertyBinding.js';
 import { PropertyMixer } from './PropertyMixer.js';
 import { AnimationClip } from './AnimationClip.js';
-import { NormalAnimationBlendMode } from '../constants';
+import { NormalAnimationBlendMode } from '../constants.js';
 
 /**
  *