mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +02:00
Changed ProgramStart/ProgramEnd to ensure StaticInits get called
This commit is contained in:
parent
07b993d824
commit
7882632e93
6 changed files with 19 additions and 19 deletions
|
@ -52,7 +52,7 @@ namespace A0
|
|||
{
|
||||
static ~this()
|
||||
{
|
||||
IDE.Debugger.DebugManager.ProgramDone();
|
||||
IDE.IDEApp.[Friend]IDEHelper_ProgramDone();
|
||||
|
||||
#if BF_PLATFORM_WINDOWS
|
||||
if (IDE.IDEApp.sExitTest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue