mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 04:35:29 +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()
|
||||
{
|
||||
GL.PopAttrib();
|
||||
GL.PopAttrib();
|
||||
GL.PopAttrib();
|
||||
|
||||
GL.MatrixMode(MatrixMode.Modelview);
|
||||
GL.PopMatrix();
|
||||
|
|
Loading…
Reference in a new issue