commit 402198d
dalem
·
2026-02-07 22:53:45 +0000 UTC
parent 49ced8d
bruh
1 files changed,
+1,
-1
+1,
-1
1@@ -140,7 +140,7 @@ wld_copy_region(struct wld_renderer *renderer,
2 }
3
4
5-/* https://en.wikipedia.org/wiki/Midpoint_circle_algorithm :wq*/
6+/* https://en.wikipedia.org/wiki/Midpoint_circle_algorithm */
7 static void
8 circle_points(struct wld_renderer *renderer, uint32_t color,
9 int32_t x1, int32_t y1, int32_t x2, int32_t y2, bool fill)