mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 06:35:39 +00:00
* EglContext.cs: Fixed build error (class committed by mistake - it is not yet implemented).
This commit is contained in:
parent
c41c81613d
commit
0b107a9880
|
@ -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