Rush down, Not going to infinite too quickly.
This commit is contained in:
parent
812d7e5767
commit
757337bf96
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue