From 95c24b38b934f48f7f5cde37182c51857e77eac0 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 11 Dec 2022 23:01:16 +0100 Subject: networking --- pathfinding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pathfinding.c') diff --git a/pathfinding.c b/pathfinding.c index 7196b2c..bb209b0 100644 --- a/pathfinding.c +++ b/pathfinding.c @@ -88,7 +88,7 @@ bool find_path_to(vec2f start_pos, vec2f end_pos, array *to_fill, pathfinding_re if (to_fill) { array_remove_at(to_fill, to_fill->length-1); - printf("PATHFINDING TOOK: %fms\n", (platform_get_time(TIME_PROCESS, TIME_MS)-timestamp)/1000.0f); + //printf("PATHFINDING TOOK: %fms\n", (platform_get_time(TIME_PROCESS, TIME_MS)-timestamp)/1000.0f); } mutex_unlock(&request->mutex); -- cgit v1.2.3-70-g09d2