Royi Bernthal 7 năm trước cách đây
mục cha
commit
207025c3f3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      gui/src/controls/textBlock.ts

+ 1 - 1
gui/src/controls/textBlock.ts

@@ -136,7 +136,7 @@ module BABYLON.GUI {
             var maxLineWidth: number = 0;
 
             _lines.forEach(_line => {
-                //can't get context here? if so, have 2 calculations in _additionalProcessing instead? one for with idealWidth and one without
+                //can't get context here? if so, have 2 calculations in _additionalProcessing instead? one with idealWidth and one without
                 var lineWidth: number = this._parseLine(_line, context).width;
 
                 if (lineWidth > maxLineWidth) maxLineWidth = lineWidth;