Skip to content

Commit

Permalink
recommit
Browse files Browse the repository at this point in the history
  • Loading branch information
sdson committed May 4, 2018
1 parent 324c12a commit 5d0ca86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/mago3d/core/MagoManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -1091,11 +1091,11 @@ MagoManager.prototype.startRender = function(scene, isLastFrustum, frustumIdx, n
this.readerWriter.readNeoReferenceTexture(gl, filePath_inServer, cabreadoTex, undefined, this);
this.pin.texturesArray.push(cabreadoTex);

cabreadoTex = new Texture();
filePath_inServer = this.magoPolicy.imagePath + "/funny.jpg";
cabreadoTex.texId = gl.createTexture();
this.readerWriter.readNeoReferenceTexture(gl, filePath_inServer, cabreadoTex, undefined, this);
this.pin.texturesArray.push(cabreadoTex);
//cabreadoTex = new Texture();
//filePath_inServer = this.magoPolicy.imagePath + "/funny.jpg";
//cabreadoTex.texId = gl.createTexture();
//this.readerWriter.readNeoReferenceTexture(gl, filePath_inServer, cabreadoTex, undefined, this);
//this.pin.texturesArray.push(cabreadoTex);

}

Expand Down

0 comments on commit 5d0ca86

Please sign in to comment.