X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/6a2654167a4c6ece96c96a6a235d805ca21661da..2427b43e44e51b1c5f5e00c95cd08ee84b788b05:/math/limlee.c diff --git a/math/limlee.c b/math/limlee.c index 13bbc212..fbed738a 100644 --- a/math/limlee.c +++ b/math/limlee.c @@ -225,7 +225,7 @@ static int next(int rq, pgen_event *ev, limlee_stepctx *l) if (l->qq.p) { dist = l->u.s.disp < 0 ? -l->u.s.disp : l->u.s.disp; - if (dist && dist > l->u.s.steps/dist) { + if (dist && dist > l->u.s.steps/3) { l->pops->pfree(&l->qq, l); l->qq.p = 0; }