mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
Update Consts.cs
This commit is contained in:
parent
601cb6b4d8
commit
14aa55b85c
@ -124,13 +124,6 @@ namespace DCFApixels.DragonECS
|
|||||||
true;
|
true;
|
||||||
#else
|
#else
|
||||||
false;
|
false;
|
||||||
#endif
|
|
||||||
[Obsolete]
|
|
||||||
public const bool ENABLE_DUMMY_SPAN =
|
|
||||||
#if ENABLE_DUMMY_SPAN
|
|
||||||
true;
|
|
||||||
#else
|
|
||||||
false;
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user