mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
GLES: Fix first wipe
This commit is contained in:
parent
4d9e60574d
commit
c8bd2deb1e
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ void HWViewpointBuffer::Clear()
|
|||
|
||||
if (needNewPipeline)
|
||||
{
|
||||
mLastMappedIndex = UINT_MAX;
|
||||
|
||||
mPipelinePos++;
|
||||
mPipelinePos %= mPipelineNbr;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue