mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix
This commit is contained in:
parent
ef242f4ecd
commit
14cb548b0a
@ -138,9 +138,10 @@ namespace DCFApixels.DragonECS
|
||||
#if DEBUG && !DISABLE_DEBUG
|
||||
typeof(TProcess).ToMeta().Name)
|
||||
#else
|
||||
string.Empty
|
||||
string.Empty)
|
||||
#endif
|
||||
{ }
|
||||
|
||||
public RunHelper(EcsRunner<TProcess> runner, string methodName)
|
||||
{
|
||||
_process = runner.Process;
|
||||
|
Loading…
Reference in New Issue
Block a user