Closed GoogleCodeExporter closed 9 years ago
Check RefreshTest to see the problem. It looks like it's a normal problem of
the
program running faster than the drawing methods. We could either force a delay
after
each draw or attempt to create a double buffer by building two planes and
drawing to
the one in the background and then swapping it to the front and repeating that
process.
I'm in favor of simply enforcing a small delay as it will be easier to
implement,
have less object overhead, and not hinder performance.
Original comment by eben.how...@gmail.com
on 12 Sep 2008 at 3:11
I say lets force the delay
Original comment by java.ko...@gmail.com
on 26 Sep 2008 at 2:42
Sounds good, I'm on it
Original comment by eben.how...@gmail.com
on 26 Sep 2008 at 2:46
This should be mostly dealt with at this point. Would you do a review and
check how
it looks for you?
Original comment by eben.how...@gmail.com
on 22 Oct 2008 at 2:27
Original issue reported on code.google.com by
java.ko...@gmail.com
on 4 Sep 2008 at 6:43