Explorar o código

Docs: Fix grammar.

Mugen87 %!s(int64=6) %!d(string=hai) anos
pai
achega
715f559d30
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/api/en/objects/Sprite.html

+ 1 - 1
docs/api/en/objects/Sprite.html

@@ -79,7 +79,7 @@ scene.add( sprite );
 		<h3>[method:null raycast]( [param:Raycaster raycaster], [param:Array intersects] )</h3>
 		<p>
 		Get intersections between a casted ray and this sprite. [page:Raycaster.intersectObject]() will call this method.
-		Notice that you have to setup your raycaster with [page:Raycaster.setFromCamera]() when raycasting against sprites.
+		You have to setup your raycaster with [page:Raycaster.setFromCamera]() when raycasting against sprites.
 		</p>