mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-11-12 16:45:55 +08:00
fix EcsDebug._buffer warning in unity
This commit is contained in:
parent
f9eaa81f03
commit
c25fef8a5f
@ -289,8 +289,10 @@ namespace DCFApixels.DragonECS
|
||||
}
|
||||
}
|
||||
private MarkerData[] _stopwatchs;
|
||||
#if !UNITY_5_3_OR_NEWER
|
||||
[ThreadStatic]
|
||||
private static char[] _buffer;
|
||||
#endif
|
||||
|
||||
public DefaultDebugService()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user