Closed danya02 closed 6 years ago
Sometimes when rendering the display, the screen will blink for several frames due to asynchronicity in the drawing methods.
This can be fixed by implementing a layer-based system whereby each code block will draw on its own layer and these will then be combined.
Sometimes when rendering the display, the screen will blink for several frames due to asynchronicity in the drawing methods.