1
0
Fork 0

fixed stupid typo

This commit is contained in:
Sara Gerretsen 2026-04-08 19:20:04 +02:00
parent cff735e52c
commit 8eb6f6599c

View file

@ -74,7 +74,7 @@
<a href=https://git.objectionable.solutions/Sara/terrain-editor/src/commit/32c6c7529e9380965d59c9a6bf2161a67f2bd1e7/modules/terrain_editor/terrain_mesh_generator.h#L17>TerrainMeshTask</a>
objects. Generating a surface description for each, and afterwards pushing the completed task onto an output queue.
<p>When no work is on the list, it will stop and wait for the
<a href="https://git.objectionable.solutions/Sara/terrain-editor/src/commit/32c6c7529e9380965d59c9a6bf2161a67f2bd1e7/modules/terrain_editor/terrain_mesh_generator.h#L74">code_signal</a>
<a href="https://git.objectionable.solutions/Sara/terrain-editor/src/commit/32c6c7529e9380965d59c9a6bf2161a67f2bd1e7/modules/terrain_editor/terrain_mesh_generator.h#L74">work_signal</a>
Semaphore. Ensuring that the thread never idly spins.</p>
</div>
<a href="https://git.objectionable.solutions/Sara/terrain-editor/src/commit/32c6c7529e9380965d59c9a6bf2161a67f2bd1e7/modules/terrain_editor/terrain_mesh_generator.cpp#L134" style="flex: 0 0 50%">