mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-26 04:51:07 +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
|
namespace OpenTK.Platform.Egl
|
||||||
{
|
{
|
||||||
public class EglContext : IGraphicsContext
|
public class EglContext /*: IGraphicsContext*/
|
||||||
{
|
{
|
||||||
public EglContext()
|
public EglContext()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue