Reset OpenGL 2D drawer state fully on each frame

https://mantis.zdoom.org/view.php?id=469
This commit is contained in:
alexey.lysiuk 2017-03-25 11:32:39 +02:00
parent 80f3c1ed81
commit 093a05b588
1 changed files with 1 additions and 0 deletions

View File

@ -487,4 +487,5 @@ void F2DDrawer::Clear()
{
mVertices.Clear();
mData.Clear();
mLastLineCmd = -1;
}