mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-30 06:57:05 +00:00
* EglContext.cs: Fixed build error (class committed by mistake - it is not yet implemented).
This commit is contained in:
parent
75cc8cba9f
commit
3f66949fb2
|
@ -31,7 +31,7 @@ using OpenTK.Graphics;
|
||||||
|
|
||||||
namespace OpenTK.Platform.Egl
|
namespace OpenTK.Platform.Egl
|
||||||
{
|
{
|
||||||
public class EglContext : IGraphicsContext
|
public class EglContext /*: IGraphicsContext*/
|
||||||
{
|
{
|
||||||
public EglContext()
|
public EglContext()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue