提交 c0f0f224 编写于 作者: R Ricardo Cabello

Merge pull request #6711 from gero3/patch-40

Update FontUtils to fix #6709
......@@ -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.
先完成此消息的编辑!
想要评论请 注册