Fix crash HOM effect when vid_hw2d is off

This commit is contained in:
Magnus Norddahl 2017-03-10 15:40:33 +01:00 committed by Rachael Alexanderson
parent b6ea5944d3
commit 1e7ea1c7ff

View file

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