Pārlūkot izejas kodu

removed commented line

Cedric Guillemet 5 gadi atpakaļ
vecāks
revīzija
2e7783c556
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      src/Engines/nativeEngine.ts

+ 0 - 2
src/Engines/nativeEngine.ts

@@ -948,8 +948,6 @@ export class NativeEngine extends Engine {
 
                 this._native.loadTexture(webGLTexture, data, !noMipmap, invertY);
 
-                //this._unpackFlipY(invertY === undefined ? true : (invertY ? true : false));
-
                 texture.baseWidth = this._native.getTextureWidth(webGLTexture);
                 texture.baseHeight = this._native.getTextureHeight(webGLTexture);
                 texture.width = texture.baseWidth;