浏览代码

Merge pull request #6049 from alkama/patch-1

fixed missing html line break
Mr.doob 10 年之前
父节点
当前提交
01e0d27bf0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/materials/SpriteMaterial.html

+ 1 - 1
docs/api/materials/SpriteMaterial.html

@@ -24,7 +24,7 @@
 		<div>
 		<div>
 		color - color of the sprite<br/>
 		color - color of the sprite<br/>
 		map - the texture map<br/>
 		map - the texture map<br/>
-		rotation - the rotation of the sprite
+		rotation - the rotation of the sprite<br/>
 		fog - whether or not to use the scene fog<br/>
 		fog - whether or not to use the scene fog<br/>
 		</div>
 		</div>