Use the same resolution as other examples.
This commit is contained in:
parent
e64ce559d8
commit
a8eafbd367
1 changed files with 1 additions and 1 deletions
|
@ -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