Fix crash HOM effect when vid_hw2d is off
This commit is contained in:
parent
b6ea5944d3
commit
1e7ea1c7ff
1 changed files with 1 additions and 1 deletions
|
|
@ -1075,7 +1075,7 @@ void OpenGLSWFrameBuffer::CalcFullscreenCoords(FBVERTEX verts[4], bool viewarea_
|
|||
|
||||
int OpenGLSWFrameBuffer::GetPageCount()
|
||||
{
|
||||
return 1;
|
||||
return 2;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue