mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 04:35:38 +00:00
Renamed Glx.Sgi.SwapIntervalSGI to Glx.Sgi.SwapInterval
This commit is contained in:
parent
2f2b7532e2
commit
48d7acef1c
|
@ -319,7 +319,7 @@ namespace OpenTK.Platform.X11
|
|||
|
||||
public partial class Sgi
|
||||
{
|
||||
public static int SwapIntervalSGI(int interval)
|
||||
public static int SwapInterval(int interval)
|
||||
{
|
||||
return Delegates.glXSwapIntervalSGI(interval);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue