Marked IGameWindow as public.
This commit is contained in:
parent
0abd2823d2
commit
c201b71cf7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace OpenTK.Platform
|
|||
/// <summary>
|
||||
/// Defines the interface for a GameWindow.
|
||||
/// </summary>
|
||||
interface IGameWindow : INativeWindow
|
||||
public interface IGameWindow : INativeWindow
|
||||
{
|
||||
/// <summary>
|
||||
/// Enters the game loop of the GameWindow using the maximum update rate.
|
||||
|
|
Loading…
Reference in a new issue