diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-03-23 00:39:30 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-03-23 00:39:30 +0100 |
commit | 9e716fef26f8bf871e877b1de6f16b0ed0d9713c (patch) | |
tree | 09aaee6c053d5d1055fbefc969791fa3167771f9 /examples/screenshot.c | |
parent | 504fc8344f4c83391ea7755908030413ed04d772 (diff) | |
download | reduced_system_layer-9e716fef26f8bf871e877b1de6f16b0ed0d9713c.zip |
Fill triangles
Diffstat (limited to 'examples/screenshot.c')
-rw-r--r-- | examples/screenshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/screenshot.c b/examples/screenshot.c index 11b2385..9f10983 100644 --- a/examples/screenshot.c +++ b/examples/screenshot.c @@ -17,7 +17,7 @@ void update_and_render_frame(void) { handle_main_window_events(); - draw_pixels_quick( + draw_pixels( (Box) { .width = g_platform.real_width, .height = g_platform.real_height, |