X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world.h;h=bf81595c296de4c02ac6c967f6b56c49ebd42b3e;hb=821f3f664586e72151e95127572677bc73bf6f02;hp=a7b5a587b1e0a55318dc1de1990de5db456579f4;hpb=0481656712bdc72d2a7ffa80f74702f87b20e051;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index a7b5a58..bf81595 100644 --- a/world.h +++ b/world.h @@ -293,7 +293,9 @@ static void world_free( void *_ ) static void world_update( v3f pos ) { world_routes_update(); +#if 0 world_routes_debug(); +#endif int closest = 0; float min_dist = INFINITY;