mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
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…
Reference in a new issue