From 754fc059c3a6b3a1bc204f87d58152dbb65b2abe Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 5 Nov 2025 07:39:05 -0700 Subject: UGGGG I will have to test this shit --- src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 8fb2282..eba0333 100644 --- a/src/utils.h +++ b/src/utils.h @@ -56,7 +56,7 @@ #define RANDOM_DIRECTION_UNITS 4096 -typedef void (*DrawWindowContentCallback)(Rectangle rect); +typedef void (*DrawWindowContentCallback)(Vector2 position, Vector2 scroll); // Typedef hackery. typedef struct Game Game; -- cgit v1.2.3