mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-13 07:57:51 +00:00
Reset OpenGL 2D drawer state fully on each frame
https://mantis.zdoom.org/view.php?id=469
This commit is contained in:
parent
80f3c1ed81
commit
093a05b588
1 changed files with 1 additions and 0 deletions
|
@ -487,4 +487,5 @@ void F2DDrawer::Clear()
|
||||||
{
|
{
|
||||||
mVertices.Clear();
|
mVertices.Clear();
|
||||||
mData.Clear();
|
mData.Clear();
|
||||||
|
mLastLineCmd = -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue