mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-29 21:07:01 +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()
|
public void End()
|
||||||
{
|
{
|
||||||
GL.PopAttrib();
|
GL.PopAttrib();
|
||||||
GL.PopAttrib();
|
|
||||||
GL.PopAttrib();
|
|
||||||
|
|
||||||
GL.MatrixMode(MatrixMode.Modelview);
|
GL.MatrixMode(MatrixMode.Modelview);
|
||||||
GL.PopMatrix();
|
GL.PopMatrix();
|
||||||
|
|
Loading…
Reference in a new issue