diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-18 20:45:48 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-18 20:45:48 +0100 |
| commit | 22936e7a270a9bd0f13acb651b15db2158a8d6e0 (patch) | |
| tree | 2da1b89cf758a0988f4927b0b78c32d8bdc9d89a /src/pathfinding.c | |
| parent | abc04fe225f1cd77343528bfa0db41b62ed8cbd8 (diff) | |
logging delays
Diffstat (limited to 'src/pathfinding.c')
| -rw-r--r-- | src/pathfinding.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pathfinding.c b/src/pathfinding.c index 538c279..6897596 100644 --- a/src/pathfinding.c +++ b/src/pathfinding.c @@ -282,6 +282,8 @@ void* pathfinding_thread(void *args) { mutex_unlock(&global_pathfinding_queue.mutex); } + + thread_sleep(1000); } return 0; |
