mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-20 10:47:19 +01:00
Fix link syntax.
This commit is contained in:
parent
5bfd8812c7
commit
7bb7f8b977
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user