mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 07:57:52 +00:00
Fixed broken FOV in SetCameraToTexture() ACS function
This commit is contained in:
parent
d80f9634e3
commit
f5f7cd9fed
1 changed files with 1 additions and 1 deletions
|
@ -10041,7 +10041,7 @@ scriptwait:
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
FCanvasTextureInfo::Add (camera, picnum, ACSToDouble(STACK(1)));
|
FCanvasTextureInfo::Add (camera, picnum, STACK(1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sp -= 3;
|
sp -= 3;
|
||||||
|
|
Loading…
Reference in a new issue