소스 검색

Update Scene.html

it's -> its
Kiloblargh 11 년 전
부모
커밋
69911753d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/scenes/Scene.html

+ 1 - 1
docs/api/scenes/Scene.html

@@ -34,7 +34,7 @@
 		
 		<h3>.[page:boolean autoUpdate]</h3>
 		<div>
-		Default is true. If set, then the renderer checks every frame if the scene and it's objects needs matrix updates. 
+		Default is true. If set, then the renderer checks every frame if the scene and its objects needs matrix updates. 
 		When it isn't, then you have to maintain all matrices in the scene yourself.  
 		</div>