From da39d95d89cf626b8b773380bb0d109c5bc41f18 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 25 Oct 2025 02:57:41 -0600 Subject: Changed things --- 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 10306d3..df9ba73 100644 --- a/src/world.h +++ b/src/world.h @@ -89,7 +89,7 @@ void freeWorld(World world); // When dealing with the world in 2d use y in place of z. float getWorldHeightAtLocation(const World* world, float x, float y); Vector2 worldPositionToPixel(const World* world, float x, float y); -WorldUID castRayAtWorld(const World* world, Ray ray, bool includePlaces, +WorldUID castRayAtWorld(const World* world, Ray ray, bool allowAll, int* tests); #endif -- cgit v1.2.3