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();
|
||||
mData.Clear();
|
||||
mLastLineCmd = -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue