* EglContext.cs: Fixed build error (class committed by mistake - it is not yet implemented).
This commit is contained in:
parent
c41c81613d
commit
0b107a9880
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ using OpenTK.Graphics;
|
|||
|
||||
namespace OpenTK.Platform.Egl
|
||||
{
|
||||
public class EglContext : IGraphicsContext
|
||||
public class EglContext /*: IGraphicsContext*/
|
||||
{
|
||||
public EglContext()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue