瀏覽代碼

fixed typo

Lewy Blue 7 年之前
父節點
當前提交
df51937344
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/loaders/FBXLoader.js

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

@@ -3715,7 +3715,7 @@
 			if ( hasCurve( animationNode, 'R' ) && hasKeyOnFrame( animationNode.R, frame ) ) {
 			if ( hasCurve( animationNode, 'R' ) && hasKeyOnFrame( animationNode.R, frame ) ) {
 
 
 				// Only update the euler's values if rotation is defined for the axis on this frame
 				// Only update the euler's values if rotation is defined for the axis on this frame
-				// other stay with the previously defined value
+				// otherwise stay with the previous value
 				if ( animationNode.R.curves.x.values[ frame ] ) {
 				if ( animationNode.R.curves.x.values[ frame ] ) {
 
 
 					euler.x = animationNode.R.curves.x.values[ frame ];
 					euler.x = animationNode.R.curves.x.values[ frame ];