mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 00:35:30 +00:00
Removed incorrect comment
This commit is contained in:
parent
48803bb4d6
commit
1d19a80b53
|
@ -65,8 +65,6 @@ namespace OpenTK.Platform.SDL2
|
|||
|
||||
public GraphicsContext.GetCurrentContextDelegate CreateGetCurrentGraphicsContext()
|
||||
{
|
||||
// Unfortunately, SDL does not provide a GetContext function
|
||||
// so we need to implement our own.
|
||||
return (GraphicsContext.GetCurrentContextDelegate)delegate
|
||||
{
|
||||
return Sdl2GraphicsContext.GetCurrentContext();
|
||||
|
|
Loading…
Reference in a new issue