ソースを参照

QuaternionKeyframeTrack style

Tristan VALCKE 7 年 前
コミット
7a5ea78489
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/animation/tracks/QuaternionKeyframeTrack.js

+ 0 - 1
src/animation/tracks/QuaternionKeyframeTrack.js

@@ -37,5 +37,4 @@ QuaternionKeyframeTrack.prototype = Object.assign( Object.create( KeyframeTrack.
 
 } );
 
-
 export { QuaternionKeyframeTrack };