Closed paul-ferragut closed 9 years ago
I got this bug on a page using video and on other page using alpha blending, it works fine in the rest of my app. I am using the iOS 64bits branch https://github.com/danoli3/openFrameworks/tree/Apothecary/0.9.0-All
the bug disappeared after commenting ofDisableAlphaBlending() before drawing the font
yeah, you need alpha blending; it uses alpha masked textures to draw each letter
I got this bug on a page using video and on other page using alpha blending, it works fine in the rest of my app. I am using the iOS 64bits branch https://github.com/danoli3/openFrameworks/tree/Apothecary/0.9.0-All