summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-12-31 17:27:06 -0800
committerVito Caputo <vcaputo@pengaru.com>2018-12-31 17:27:06 -0800
commit4194e0c3679769f9627136ff0cbe3196ee3a4f13 (patch)
treed1ee89e33e337a8f4a0aaa1151a56ac4c419942b /src
parent19dc9f6cfb3a191b198bc24837f0bfe1dad127c6 (diff)
modules/submit-softly: shorten description
Diffstat (limited to 'src')
-rw-r--r--src/modules/submit/submit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/submit/submit.c b/src/modules/submit/submit.c
index 7c4a9b6..a5c1941 100644
--- a/src/modules/submit/submit.c
+++ b/src/modules/submit/submit.c
@@ -333,7 +333,7 @@ rototiller_module_t submit_softly_module = {
.prepare_frame = submit_prepare_frame,
.render_fragment = submit_softly_render_fragment,
.name = "submit-softly",
- .description = "Cellular automata conquest game sim w/bilinear interpolation (threaded (poorly))",
+ .description = "Bilinearly interpolated version of submit (threaded (poorly))",
.author = "Vito Caputo <vcaputo@pengaru.com>",
.license = "GPLv3",
};
© All Rights Reserved