zmertens / SeqAndDestroy

A bubble-shooter game where the ammunition are siRNA sequences fighting off the HIV sequences. Both sequences must align in order to destroy the HIV groups.
MIT License
1 stars 2 forks source link

Lots of WebGL errors from the shader #11

Open anderspitman opened 7 years ago

zmertens commented 7 years ago

I'm guessing this should be a one line fix since we haven't done a whole lot with shaders in the game and it wouldn't really make sense for Phaser to be throwing this error continuously. It may just be as simple as using (or removing) an unused parameter from bacteria.frag.

I updated to PhaserCE-2.10.0 and the errors are still there, it may be texture/shader/filter related or not.