diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-12-31 17:27:06 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-12-31 17:27:06 -0800 |
commit | 4194e0c3679769f9627136ff0cbe3196ee3a4f13 (patch) | |
tree | d1ee89e33e337a8f4a0aaa1151a56ac4c419942b /src/modules/submit/submit.c | |
parent | 19dc9f6cfb3a191b198bc24837f0bfe1dad127c6 (diff) |
modules/submit-softly: shorten description
Diffstat (limited to 'src/modules/submit/submit.c')
-rw-r--r-- | src/modules/submit/submit.c | 2 |
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", }; |