mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix console messages color
This commit is contained in:
parent
c6c61890c9
commit
de88b0a8dd
@ -131,11 +131,14 @@ namespace DCFApixels.DragonECS
|
||||
private string[] _stopwatchsNames;
|
||||
public DefaultDebugService()
|
||||
{
|
||||
Console.ForegroundColor = ConsoleColor.White;
|
||||
Console.BackgroundColor = ConsoleColor.Black;
|
||||
#if !DISABLE_DRAGONECS_DEBUGGER
|
||||
_stopwatchs = new Stopwatch[64];
|
||||
_stopwatchsNames = new string[64];
|
||||
#endif
|
||||
}
|
||||
|
||||
public override void Print(string tag, object v)
|
||||
{
|
||||
if (string.IsNullOrEmpty(tag))
|
||||
|
Loading…
Reference in New Issue
Block a user