소스 검색

Fixed typo (#24553)

Alexandre Allard 3 년 전
부모
커밋
c4a35bf6dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/en/animation/AnimationMixer.html

+ 1 - 1
docs/api/en/animation/AnimationMixer.html

@@ -81,7 +81,7 @@
 		<p>
 			Advances the global mixer time and updates the animation.<br /><br />
 
-			This is usually done in the render loop, passing [page:Clock.getDelta clock.getDelta] scaled by the mixer's [page:.timeScale timeScale]).
+			This is usually done in the render loop, passing [page:Clock.getDelta clock.getDelta] scaled by the mixer's [page:.timeScale timeScale].
 		</p>
 
 		<h3>[method:this setTime]([param:Number timeInSeconds]) </h3>