We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bf11c commit e6478b9Copy full SHA for e6478b9
examples/library_examples/graphx/sprites_moving/src/main.c
@@ -29,11 +29,11 @@ int main(void)
29
30
/* Set the palette for the sprites */
31
gfx_SetPalette(global_palette, sizeof_global_palette, 0);
32
- gfx_FillScreen(1);
33
gfx_SetTransparentColor(0);
34
35
/* Draw to the offscreen buffer */
36
gfx_SetDrawBuffer();
+ gfx_FillScreen(1);
37
38
/* Draw a bunch of random sprites to demonstrate the partial redraw */
39
for (i = 0; i < 6; ++i)
0 commit comments