Actually set the background image. This is separated from the error handling and other semantic goofiness that is shared across renderers.
(PImage image)
| 7482 | * handling and other semantic goofiness that is shared across renderers. |
| 7483 | */ |
| 7484 | protected void backgroundImpl(PImage image) { |
| 7485 | // blit image to the screen |
| 7486 | set(0, 0, image); |
| 7487 | } |
| 7488 | |
| 7489 | |
| 7490 | /** |
no test coverage detected