mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-17 17:34:36 +08:00
fix EcsDebug
This commit is contained in:
parent
4b012e525b
commit
f9449f441f
@ -528,7 +528,7 @@ namespace DCFApixels.DragonECS
|
||||
}
|
||||
}
|
||||
#else
|
||||
protected sealed override DebugService Clone() { return this; }
|
||||
protected sealed override DebugService CreateThreadInstance() { return this; }
|
||||
public sealed override void Break() { }
|
||||
public sealed override void Print(string tag, object v) { }
|
||||
public sealed override void ProfilerMarkBegin(int id) { }
|
||||
|
Loading…
Reference in New Issue
Block a user