Fix crash HOM effect when vid_hw2d is off

This commit is contained in:
Magnus Norddahl 2017-03-10 15:40:33 +01:00
parent 2f2dcaf5fe
commit 1996c1bc0b

View file

@ -1076,7 +1076,7 @@ void OpenGLSWFrameBuffer::CalcFullscreenCoords(FBVERTEX verts[4], bool viewarea_
int OpenGLSWFrameBuffer::GetPageCount()
{
return 1;
return 2;
}
//==========================================================================