summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--src/modules/flow/flow.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 6c930d3..83084ef 100644
--- a/README
+++ b/README
@@ -54,7 +54,7 @@ Quickly jump sections of this text by searching forward/reverse for ---
1: checkers: Checker-patterned overlay (threaded)
2: compose: Layered modules compositor
3: drizzle: Classic 2D rain effect (threaded (poorly))
- 4: flow: 3D flow field
+ 4: flow: 3D flow field (threaded)
5: flui2d: Fluid dynamics simulation in 2D (threaded (poorly))
6: julia: Julia set fractal morpher (threaded)
7: meta2d: Classic 2D metaballs (threaded)
diff --git a/src/modules/flow/flow.c b/src/modules/flow/flow.c
index 6f68ad6..321bf86 100644
--- a/src/modules/flow/flow.c
+++ b/src/modules/flow/flow.c
@@ -401,7 +401,7 @@ til_module_t flow_module = {
.finish_frame = flow_finish_frame,
.setup = flow_setup,
.name = "flow",
- .description = "3D flow field",
+ .description = "3D flow field (threaded)",
.author = "Vito Caputo <vcaputo@pengaru.com>",
.flags = TIL_MODULE_OVERLAYABLE,
};
© All Rights Reserved