From 8eb6f6599c518296b0fdb491f3275ea93f69a32c Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 8 Apr 2026 19:20:04 +0200 Subject: [PATCH] fixed stupid typo --- sara.objectionable.solutions/projects/terrain-editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.