This commit is contained in:
Mikhail 2023-03-31 14:58:07 +08:00
parent f8d03cf949
commit a489f4cbae

View File

@ -147,7 +147,7 @@ namespace DCFApixels.DragonECS
{
#if !DISABLE_ECS_DEBUG
_stopwatchs = new Stopwatch[64];
_stopwatchsNames= new Stopwatch[64];
_stopwatchsNames= new string[64];
#endif
}