From 601961a245a48112029341437912fe13b54dac0b Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 6 Jul 2025 05:13:16 -0600 Subject: rreeee --- src/world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index d843094..6a214b6 100644 --- a/src/world.h +++ b/src/world.h @@ -19,6 +19,6 @@ void freeWorld(World world); // Dam, I wanta live in a free world ): float getWorldPixelHeight(World world, int x, int y); -float getWorldHeightAtLocation(World world, int x, int y); +float getWorldHeightAtLocation(World world, float x, float y); #endif -- cgit v1.2.3