mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-26 21:15:18 +00:00
Should only call GL.PopAttrib() once in TextPrinter.End()
This commit is contained in:
parent
a567f6604f
commit
d154c7fe0b
|
@ -333,8 +333,6 @@ namespace OpenTK.Graphics
|
|||
public void End()
|
||||
{
|
||||
GL.PopAttrib();
|
||||
GL.PopAttrib();
|
||||
GL.PopAttrib();
|
||||
|
||||
GL.MatrixMode(MatrixMode.Modelview);
|
||||
GL.PopMatrix();
|
||||
|
|
Loading…
Reference in a new issue