提交 8cc96dd9 编写于 作者: G gero3

Update FontUtils to fix #6709

上级 62772a26
......@@ -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.
先完成此消息的编辑!
想要评论请 注册