how to clear a _draw from the screen

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By grymjack

I have a feeling that this is a stupid question, but I am drawing a bunch of pixels on the screen using draw_primitive. How do I clear those results from the screen? Thank you.

:bust_in_silhouette: Reply From: kidscancode

Call update() and don’t draw anything.

That did it, thank you. That seems like a non-intuitive way to do it?

grymjack | 2023-01-18 02:18