Fixed broken FOV in SetCameraToTexture() ACS function

This commit is contained in:
alexey.lysiuk 2017-09-11 12:22:22 +03:00
parent d80f9634e3
commit f5f7cd9fed
1 changed files with 1 additions and 1 deletions

View File

@ -10041,7 +10041,7 @@ scriptwait:
}
else
{
FCanvasTextureInfo::Add (camera, picnum, ACSToDouble(STACK(1)));
FCanvasTextureInfo::Add (camera, picnum, STACK(1));
}
}
sp -= 3;