Texture becomes blur and pixelated after many onResume

Started by kkl, September 02, 2014, 03:42:20 PM

Previous topic - Next topic

kkl

Okay, I thought it was always a separate compilation. How about the clear translation in texture matrix?

EgonOlsen

I could add it, but wouldn't a simple call to


matrix.setRow(3, 0, 0, 0, 1);   


be good enough?

kkl

Ahh.. I could do that. Missed that part. Thanks alot egon.