Cedric Guillemet преди 5 години
родител
ревизия
2e7783c556
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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;