1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

minlib fix

This commit is contained in:
Brian Fiete 2020-09-02 06:50:32 -07:00
parent b2ab1b1f62
commit 73d9d1ec59

View file

@ -282,11 +282,13 @@ namespace System
DebugAlloc = 8
}
static RtFlags sExtraFlags;
public static this()
{
BfRtCallbacks.sCallbacks.Init();
RtFlags flags = default;
RtFlags flags = sExtraFlags;
#if BF_ENABLE_OBJECT_DEBUG_FLAGS
flags |= .ObjectHasDebugFlags;
#endif