1
0
Fork 0
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:
Brian Fiete 2022-11-17 07:29:50 -08:00
parent 82e06c4582
commit 7293fed046
4 changed files with 98 additions and 24 deletions

View file

@ -632,7 +632,7 @@ namespace Beefy
{
mStopping = true;
while (mWindows.Count > 0)
mWindows[0].Close();
mWindows[0].Close(true);
BFApp_Shutdown();
}