mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 18:45:34 +00:00
Made internal SDL2 API private
This commit is contained in:
parent
5a55cb5cca
commit
7cb3965e25
|
@ -36,7 +36,7 @@ namespace OpenTK.Platform.SDL2
|
|||
/// <summary>
|
||||
/// Entry point for all SDL-related (non-extension) types and methods
|
||||
/// </summary>
|
||||
public static class SDL
|
||||
static class SDL
|
||||
{
|
||||
#region SDL2# Variables
|
||||
|
||||
|
|
Loading…
Reference in a new issue