mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 18:15:38 +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);
|
||||
|
||||
hidden.ExitAsync();
|
||||
hidden.Exit();
|
||||
|
||||
while (hidden.Exists)
|
||||
Thread.Sleep(100);
|
||||
|
|
Loading…
Reference in a new issue