diff options
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |