diff --git a/src/Debug/EcsDebug.cs b/src/Debug/EcsDebug.cs index 748b195..0189032 100644 --- a/src/Debug/EcsDebug.cs +++ b/src/Debug/EcsDebug.cs @@ -147,7 +147,7 @@ namespace DCFApixels.DragonECS { #if !DISABLE_ECS_DEBUG _stopwatchs = new Stopwatch[64]; - _stopwatchsNames= new Stopwatch[64]; + _stopwatchsNames= new string[64]; #endif }