From 90d40f283f6e7a8a1c57849841ddee11f362d95e Mon Sep 17 00:00:00 2001 From: kkard2 Date: Sun, 14 Sep 2025 10:14:08 +0200 Subject: refactored everything procrastination experience --- examples/triangles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/triangles.c') diff --git a/examples/triangles.c b/examples/triangles.c index f995574..8515a28 100644 --- a/examples/triangles.c +++ b/examples/triangles.c @@ -31,7 +31,7 @@ void draw_frame(sponge_Texture c) { c, x, y + offset_y, x + offset_x, y, - x + (offset_x / 4), y + (offset_y / 4), + x + (offset_x * 3 / 4), y + (offset_y * 3 / 4), 0xFFFF0000, 0xFF00FF00, 0xFF0000FF); } } -- cgit v1.3.1