mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-29 21:05:59 +02:00
Dynamically load SDL2.dll
This commit is contained in:
parent
82e06c4582
commit
7293fed046
4 changed files with 98 additions and 24 deletions
|
@ -632,7 +632,7 @@ namespace Beefy
|
|||
{
|
||||
mStopping = true;
|
||||
while (mWindows.Count > 0)
|
||||
mWindows[0].Close();
|
||||
mWindows[0].Close(true);
|
||||
|
||||
BFApp_Shutdown();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue