Sfoglia il codice sorgente

removed commented line

Cedric Guillemet 5 anni fa
parent
commit
2e7783c556
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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._native.loadTexture(webGLTexture, data, !noMipmap, invertY);
 
 
-                //this._unpackFlipY(invertY === undefined ? true : (invertY ? true : false));
-
                 texture.baseWidth = this._native.getTextureWidth(webGLTexture);
                 texture.baseWidth = this._native.getTextureWidth(webGLTexture);
                 texture.baseHeight = this._native.getTextureHeight(webGLTexture);
                 texture.baseHeight = this._native.getTextureHeight(webGLTexture);
                 texture.width = texture.baseWidth;
                 texture.width = texture.baseWidth;