Skip to content

Commit

Permalink
Comment tidy ups
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Jun 24, 2015
1 parent 107e79b commit b614bd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/core/display/chunks/flagsChunk.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ SceneJS_ChunkFactory.createChunkType({
// Entering a transparency bin

gl.enable(gl.BLEND);
// gl.blendFunc(gl.SRC_ALPHA, gl.ONE_MINUS_SRC_ALPHA);
gl.blendFunc(gl.SRC_ALPHA, gl.ONE);
frameCtx.blendEnabled = true;

Expand Down
3 changes: 0 additions & 3 deletions src/core/display/chunks/materialChunk.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/**
* Create display state chunk type for draw render of material transform
*/
SceneJS_ChunkFactory.createChunkType({

type: "material",
Expand Down

0 comments on commit b614bd9

Please sign in to comment.