Fix link syntax.

This commit is contained in:
Relintai 2022-02-11 12:50:32 +01:00
parent 5bfd8812c7
commit 7bb7f8b977

View File

@ -113,7 +113,7 @@ They also provide a way to easily modularize mesh and lod generation.
Base class for jobs. Base class for jobs.
If the (thread pool)[https://github.com/Relintai/thread_pool] module is present, this is inherited from `ThreadPoolJob`, If the [thread pool](https://github.com/Relintai/thread_pool) module is present, this is inherited from `ThreadPoolJob`,
else it implements the same api as `ThreadPoolJob`, but it's not going to use threading. else it implements the same api as `ThreadPoolJob`, but it's not going to use threading.
A job has a reference to it's owner chunk. A job has a reference to it's owner chunk.