From a489f4cbaed55a833dc980a0546a71b48eacd6b3 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:58:07 +0800 Subject: [PATCH] bug fix --- src/Debug/EcsDebug.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }