mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 16:35:27 +00:00
Should only call GL.PopAttrib() once in TextPrinter.End()
This commit is contained in:
parent
a90a6c6e3d
commit
d83a3ce6f9
|
@ -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