mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-18 09:10:21 +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()
|
public GraphicsContext.GetCurrentContextDelegate CreateGetCurrentGraphicsContext()
|
||||||
{
|
{
|
||||||
// Unfortunately, SDL does not provide a GetContext function
|
|
||||||
// so we need to implement our own.
|
|
||||||
return (GraphicsContext.GetCurrentContextDelegate)delegate
|
return (GraphicsContext.GetCurrentContextDelegate)delegate
|
||||||
{
|
{
|
||||||
return Sdl2GraphicsContext.GetCurrentContext();
|
return Sdl2GraphicsContext.GetCurrentContext();
|
||||||
|
|
Loading…
Reference in a new issue