X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fecho%2Fecho.C;h=f52849f5f43190e0ba027d362d5b08935d783113;hp=f65f9dc5d5b0ebefd9f9a926df574fffd700b023;hb=64ee854bdef9fb08e6fec938aa0519715f724b99;hpb=c6d96a41db6be59cc4b7fba8f40f57873f6713db diff --git a/cinelerra-5.1/plugins/echo/echo.C b/cinelerra-5.1/plugins/echo/echo.C index f65f9dc5..f52849f5 100644 --- a/cinelerra-5.1/plugins/echo/echo.C +++ b/cinelerra-5.1/plugins/echo/echo.C @@ -123,7 +123,7 @@ int EchoAtten::handle_event() } EchoOffset::EchoOffset(EchoWindow *window, int x, int y) - : BC_FPot(x, y, window->plugin->config.offset, 0, 999) + : BC_FPot(x, y, window->plugin->config.offset, 1, 999) { this->window = window; }