mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-01 21:36:32 +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)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
Trace.Listeners.Add(new ConsoleTraceListener());
|
Trace.Listeners.Add(new ConsoleTraceListener());
|
||||||
LaunchExample(typeof(Examples.Tests.GameWindowStates).FullName);
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (args.Length > 0)
|
if (args.Length > 0)
|
||||||
{
|
{
|
||||||
|
|
|
@ -29,8 +29,7 @@ namespace Examples.Tests
|
||||||
KeyboardState keyboard, keyboard_old;
|
KeyboardState keyboard, keyboard_old;
|
||||||
|
|
||||||
public GameWindowStates()
|
public GameWindowStates()
|
||||||
: base(800, 600, GraphicsMode.Default, "Test", GameWindowFlags.Default,
|
: base(800, 600, GraphicsMode.Default)
|
||||||
DisplayDevice.GetDisplay(DisplayIndex.Second), 1, 0, GraphicsContextFlags.Embedded)
|
|
||||||
{
|
{
|
||||||
VSync = VSyncMode.On;
|
VSync = VSyncMode.On;
|
||||||
Keyboard.KeyRepeat = true;
|
Keyboard.KeyRepeat = true;
|
||||||
|
|
Loading…
Reference in a new issue