mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-11-13 00:55:55 +08:00
fix
This commit is contained in:
parent
f7164de152
commit
7637fae7cc
@ -92,28 +92,28 @@ namespace DCFApixels.DragonECS
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Obsolete]
|
[Obsolete("DRAGONECS_ENABLE_DRAGONECS_DEBUGGER")]
|
||||||
public const bool ENABLE_DRAGONECS_DEBUGGER =
|
public const bool ENABLE_DRAGONECS_DEBUGGER =
|
||||||
#if DRAGONECS_ENABLE_DRAGONECS_DEBUGGER
|
#if ENABLE_DRAGONECS_DEBUGGER
|
||||||
true;
|
true;
|
||||||
#else
|
#else
|
||||||
false;
|
false;
|
||||||
#endif
|
#endif
|
||||||
[Obsolete]
|
[Obsolete("DRAGONECS_DISABLE_POOLS_EVENTS")]
|
||||||
public const bool DISABLE_POOLS_EVENTS =
|
public const bool DISABLE_POOLS_EVENTS =
|
||||||
#if DRAGONECS_DISABLE_POOLS_EVENTS
|
#if DISABLE_POOLS_EVENTS
|
||||||
true;
|
true;
|
||||||
#else
|
#else
|
||||||
false;
|
false;
|
||||||
#endif
|
#endif
|
||||||
[Obsolete]
|
[Obsolete("DRAGONECS_DISABLE_CATH_EXCEPTIONS")]
|
||||||
public const bool DISABLE_CATH_EXCEPTIONS =
|
public const bool DISABLE_CATH_EXCEPTIONS =
|
||||||
#if DISABLE_CATH_EXCEPTIONS
|
#if DISABLE_CATH_EXCEPTIONS
|
||||||
true;
|
true;
|
||||||
#else
|
#else
|
||||||
false;
|
false;
|
||||||
#endif
|
#endif
|
||||||
[Obsolete]
|
[Obsolete("DRAGONECS_STABILITY_MODE")]
|
||||||
public const bool ENABLE_DRAGONECS_ASSERT_CHEKS =
|
public const bool ENABLE_DRAGONECS_ASSERT_CHEKS =
|
||||||
#if ENABLE_DRAGONECS_ASSERT_CHEKS
|
#if ENABLE_DRAGONECS_ASSERT_CHEKS
|
||||||
true;
|
true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user