As per Issue # 27, I'm making the repainting of the canvas lazier.
During an animation it'll record what bounds have actually been dirty, then rather than repainting the entire scene, it'll only paint the region that's been dirtied. |
---|
|
core/src/main/java/edu/umd/cs/piccolo/PCanvas.java |
---|