Rush down, Not going to infinite too quickly.

This commit is contained in:
Pere Pujal i Carabantes 2022-10-06 01:10:57 +02:00
parent 812d7e5767
commit 757337bf96

View file

@ -510,7 +510,7 @@ void perspective_release(magic_api * api, int which,
if (new_h < canvas->h) if (new_h < canvas->h)
{ {
h1 = new_h; h1 = new_h + (canvas->h - new_h) * 4 / 5;
h2 = canvas->h; h2 = canvas->h;
} }
else else