浏览代码

Merge pull request #8873 from sebavan/master

Nightly
sebavan 5 年之前
父节点
当前提交
c21bf17a90

+ 1 - 1
dist/preview release/gui/babylon.gui.js

@@ -12890,7 +12890,7 @@ var TextBlock = /** @class */ (function (_super) {
         else {
         else {
             while (characters.length && lineWidth > width) {
             while (characters.length && lineWidth > width) {
                 characters.pop();
                 characters.pop();
-                line = characters.join() + "...";
+                line = characters.join("") + "...";
                 lineWidth = context.measureText(line).width;
                 lineWidth = context.measureText(line).width;
             }
             }
         }
         }

文件差异内容过多而无法显示
+ 1 - 1
dist/preview release/gui/babylon.gui.js.map


文件差异内容过多而无法显示
+ 1 - 1
dist/preview release/gui/babylon.gui.min.js