mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +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
|
||||
{
|
||||
FCanvasTextureInfo::Add (camera, picnum, ACSToDouble(STACK(1)));
|
||||
FCanvasTextureInfo::Add (camera, picnum, STACK(1));
|
||||
}
|
||||
}
|
||||
sp -= 3;
|
||||
|
|
Loading…
Reference in a new issue