提交 c184493e 编写于 作者: G gero3 提交者: Mr.doob

Remove legacy warning in KeyFrameTrack

It became unnessecary.
上级 65a16691
......@@ -386,8 +386,6 @@ Object.assign( THREE.KeyframeTrack, {
if ( json.times === undefined ) {
console.warn( "legacy JSON format detected, converting" );
var times = [], values = [];
THREE.AnimationUtils.flattenJSON( json.keys, times, values, 'value' );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册