mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-19 12:57:58 +00:00
Use the same resolution as other examples.
This commit is contained in:
parent
342338da6f
commit
72704daa9c
|
@ -24,7 +24,7 @@ namespace Examples.Tutorial
|
||||||
[Example("Simple Window", ExampleCategory.Tutorial, 1)]
|
[Example("Simple Window", ExampleCategory.Tutorial, 1)]
|
||||||
public class T01_Simple_Window : GameWindow
|
public class T01_Simple_Window : GameWindow
|
||||||
{
|
{
|
||||||
public T01_Simple_Window() : base(640, 480, new GraphicsMode(16))
|
public T01_Simple_Window() : base(800, 600)
|
||||||
{
|
{
|
||||||
Keyboard.KeyDown += new OpenTK.Input.KeyDownEvent(Keyboard_KeyDown);
|
Keyboard.KeyDown += new OpenTK.Input.KeyDownEvent(Keyboard_KeyDown);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue