bugs
[carveJwlIkooP6JGAAIwe30JlM.git] / world.h
diff --git a/world.h b/world.h
index a7b5a587b1e0a55318dc1de1990de5db456579f4..bf81595c296de4c02ac6c967f6b56c49ebd42b3e 100644 (file)
--- 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;