Skip to content

Commit

Permalink
Remove msg from code
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed May 16, 2018
1 parent d369dbf commit ac33e4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/texture.js
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ module.exports = function createTextureSet (
}

function setFlags (flags) {
// FF warning here https://bugzilla.mozilla.org/show_bug.cgi?id=1400077
gl.pixelStorei(GL_UNPACK_FLIP_Y_WEBGL, flags.flipY)
gl.pixelStorei(GL_UNPACK_PREMULTIPLY_ALPHA_WEBGL, flags.premultiplyAlpha)
gl.pixelStorei(GL_UNPACK_COLORSPACE_CONVERSION_WEBGL, flags.colorSpace)
Expand Down

0 comments on commit ac33e4f

Please sign in to comment.