Royi Bernthal преди 8 години
родител
ревизия
207025c3f3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;