mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +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
|
||||
}
|
||||
|
||||
static RtFlags sExtraFlags;
|
||||
|
||||
public static this()
|
||||
{
|
||||
BfRtCallbacks.sCallbacks.Init();
|
||||
|
||||
RtFlags flags = default;
|
||||
RtFlags flags = sExtraFlags;
|
||||
#if BF_ENABLE_OBJECT_DEBUG_FLAGS
|
||||
flags |= .ObjectHasDebugFlags;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue