diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2019-11-10 22:58:57 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2019-11-10 22:58:57 -0800 |
commit | 814d6614be19e20fe3db12f3c05d5e8dbcfdd0a1 (patch) | |
tree | b39b9f36dcda371b16e9b979045a0616ccbbf437 /src/rototiller.c | |
parent | 16dc99f8b0515e7a2e29a1da9d6cfb717105af4d (diff) |
submit: replace submit-softly with bilerp setting
This removes the submit-softly module, instead using a runtime
setting to toggle bilinear interpolation on the submit module.
Diffstat (limited to 'src/rototiller.c')
-rw-r--r-- | src/rototiller.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rototiller.c b/src/rototiller.c index 47a74cf..e638fb6 100644 --- a/src/rototiller.c +++ b/src/rototiller.c @@ -41,7 +41,6 @@ extern rototiller_module_t ray_module; extern rototiller_module_t sparkler_module; extern rototiller_module_t stars_module; extern rototiller_module_t submit_module; -extern rototiller_module_t submit_softly_module; static rototiller_module_t *modules[] = { &roto32_module, @@ -52,7 +51,6 @@ static rototiller_module_t *modules[] = { &plasma_module, &julia_module, &submit_module, - &submit_softly_module, &flui2d_module, &pixbounce_module, }; |