Author Topic: Sometimes there are some abnormal colored stripes on screen when rendering.  (Read 1628 times)

Offline kiffa

  • long
  • ***
  • Posts: 199
    • View Profile
The problem happens rare.

And the color of stripes maybe white or black(depending on devices), the size of stripes is about 1/10 of the screen. The persistent  time of the strips is very short, may be 1-5 frames(a rough estimate).

Any hints?
« Last Edit: May 03, 2013, 07:21:05 am by kiffa »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Artifacts of that kind are usually caused by your code fiddling around with jPCT objects from outside the rendering thread, for example in some event listener. Make sure that you don't do that.