mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-19 02:24:37 +08:00
bug fix
This commit is contained in:
parent
f8d03cf949
commit
a489f4cbae
@ -147,7 +147,7 @@ namespace DCFApixels.DragonECS
|
|||||||
{
|
{
|
||||||
#if !DISABLE_ECS_DEBUG
|
#if !DISABLE_ECS_DEBUG
|
||||||
_stopwatchs = new Stopwatch[64];
|
_stopwatchs = new Stopwatch[64];
|
||||||
_stopwatchsNames= new Stopwatch[64];
|
_stopwatchsNames= new string[64];
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user