diff --git a/sara.objectionable.solutions/projects/terrain-editor.html b/sara.objectionable.solutions/projects/terrain-editor.html index 47868c1..473fd2a 100644 --- a/sara.objectionable.solutions/projects/terrain-editor.html +++ b/sara.objectionable.solutions/projects/terrain-editor.html @@ -74,7 +74,7 @@ TerrainMeshTask objects. Generating a surface description for each, and afterwards pushing the completed task onto an output queue.
When no work is on the list, it will stop and wait for the - code_signal + work_signal Semaphore. Ensuring that the thread never idly spins.