mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 08:11:08 +00:00
Cleaned up test code committed by mistake.
This commit is contained in:
parent
12005e0792
commit
873f8fb6eb
|
@ -85,8 +85,6 @@ namespace Examples
|
|||
public static void Main(string[] args)
|
||||
{
|
||||
Trace.Listeners.Add(new ConsoleTraceListener());
|
||||
LaunchExample(typeof(Examples.Tests.GameWindowStates).FullName);
|
||||
return;
|
||||
|
||||
if (args.Length > 0)
|
||||
{
|
||||
|
|
|
@ -29,8 +29,7 @@ namespace Examples.Tests
|
|||
KeyboardState keyboard, keyboard_old;
|
||||
|
||||
public GameWindowStates()
|
||||
: base(800, 600, GraphicsMode.Default, "Test", GameWindowFlags.Default,
|
||||
DisplayDevice.GetDisplay(DisplayIndex.Second), 1, 0, GraphicsContextFlags.Embedded)
|
||||
: base(800, 600, GraphicsMode.Default)
|
||||
{
|
||||
VSync = VSyncMode.On;
|
||||
Keyboard.KeyRepeat = true;
|
||||
|
|
Loading…
Reference in a new issue