소스 검색

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 ) ) {
 
 				// 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 ] ) {
 
 					euler.x = animationNode.R.curves.x.values[ frame ];