فهرست منبع

Remove unnecessary comma in BVHLoader

Tristan Valcke 8 سال پیش
والد
کامیت
0e55a079ce
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      examples/js/loaders/BVHLoader.js

+ 1 - 1
examples/js/loaders/BVHLoader.js

@@ -116,7 +116,7 @@ THREE.BVHLoader.prototype = {
 			var keyframe = {
 				time: frameTime,
 				position: { x: 0, y: 0, z: 0 },
-				rotation: new THREE.Quaternion(),
+				rotation: new THREE.Quaternion()
 			};
 
 			bone.frames.push( keyframe );