Skip to content

Commit

Permalink
Fixed broken FOV in SetCameraToTexture() ACS function
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Sep 11, 2017
1 parent d80f963 commit f5f7cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p_acs.cpp
Expand Up @@ -10041,7 +10041,7 @@ int DLevelScript::RunScript ()
}
else
{
FCanvasTextureInfo::Add (camera, picnum, ACSToDouble(STACK(1)));
FCanvasTextureInfo::Add (camera, picnum, STACK(1));
}
}
sp -= 3;
Expand Down

0 comments on commit f5f7cd9

Please sign in to comment.