Andrew V Butt Sr 4 years ago
parent
commit
7a9feec38b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/src/2D/controls/image.ts

+ 1 - 1
gui/src/2D/controls/image.ts

@@ -747,7 +747,7 @@ export class Image extends Control {
     }
 
     private _renderNinePatch(context: CanvasRenderingContext2D): void {
-        let height = this._imageHeight
+        let height = this._imageHeight;
         let width = this._imageWidth;
         let leftWidth = this._sliceLeft;
         let rightWidth = this._imageWidth - this._sliceRight;