提交 42410e6f 编写于 作者: M Mr.doob

Merge branch 'dev' of https://github.com/mrdoob/three.js into dev

......@@ -31,7 +31,7 @@ THREE.FontUtils = {
try {
return this.faces[ this.face ][ this.weight ][ this.style ];
return this.faces[ this.face.toLowerCase() ][ this.weight ][ this.style ];
} catch (e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册