Browse Source

Update Sprite.html

Coder2012 9 years ago
parent
commit
3293c5beb2
1 changed files with 1 additions and 3 deletions
  1. 1 3
      docs/api/objects/Sprite.html

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

@@ -12,9 +12,7 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">A sprite is a plane in an 3d scene which faces always towards the camera. </div>
-
-		<div class="desc">Sprites do not cast shadows, setting <code>castShadow = true</code> will have no effect.</div>
+		<div class="desc">A sprite is a plane in an 3d scene which faces always towards the camera.<br /><br />Sprites do not cast shadows, setting <code>castShadow = true</code> will have no effect.</div>
 		
                 <h2>Example</h2>