[canvas, gl] Checked batching/transparency

This commit is contained in:
martinfouilleul 2023-02-27 19:39:26 +01:00
parent 5fa07cb462
commit ac6a5db209
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ int main()
mg_matrix_pop();
mg_image_draw(image, (mp_rect){300, 200, 300, 300});
mg_image_draw(image2, (mp_rect){300, 200, 300, 300});
mg_flush();
mg_surface_present(surface);