mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 06:05:29 +00:00
Use GameWindow.Exit() instead of GameWindow.ExitAsync().
This commit is contained in:
parent
6ae75f0e08
commit
871a76b46b
|
@ -95,7 +95,7 @@ namespace Examples.Tests
|
||||||
{
|
{
|
||||||
base.OnClosing(e);
|
base.OnClosing(e);
|
||||||
|
|
||||||
hidden.ExitAsync();
|
hidden.Exit();
|
||||||
|
|
||||||
while (hidden.Exists)
|
while (hidden.Exists)
|
||||||
Thread.Sleep(100);
|
Thread.Sleep(100);
|
||||||
|
|
Loading…
Reference in a new issue