소스 검색

Remove extra space

Carlos Landeras Martínez 7 년 전
부모
커밋
5628bdcb7b
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      gui/src/controls/textBlock.ts

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

@@ -210,8 +210,7 @@ module BABYLON.GUI {
 
                     if (this._lineSpacing.isPixel) {
                         rootY += this._lineSpacing.getValue(this._host);
-                    } else {
-                        
+                    } else {                        
                         rootY = rootY + (this._lineSpacing.getValue(this._host) * this._height.getValueInPixel(this._host,  this._cachedParentMeasure.height));
                     }
                 }