mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
minlib fix
This commit is contained in:
parent
b2ab1b1f62
commit
73d9d1ec59
1 changed files with 3 additions and 1 deletions
|
@ -282,11 +282,13 @@ namespace System
|
||||||
DebugAlloc = 8
|
DebugAlloc = 8
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static RtFlags sExtraFlags;
|
||||||
|
|
||||||
public static this()
|
public static this()
|
||||||
{
|
{
|
||||||
BfRtCallbacks.sCallbacks.Init();
|
BfRtCallbacks.sCallbacks.Init();
|
||||||
|
|
||||||
RtFlags flags = default;
|
RtFlags flags = sExtraFlags;
|
||||||
#if BF_ENABLE_OBJECT_DEBUG_FLAGS
|
#if BF_ENABLE_OBJECT_DEBUG_FLAGS
|
||||||
flags |= .ObjectHasDebugFlags;
|
flags |= .ObjectHasDebugFlags;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue