mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2026-04-22 01:45:55 +08:00
fix
This commit is contained in:
parent
418df03c84
commit
91eeadeba4
@ -486,11 +486,11 @@ namespace DCFApixels.DragonECS
|
|||||||
Densify();
|
Densify();
|
||||||
var result = new EcsSpan(_worldID, new ReadOnlySpan<int>(_dense.Ptr + 1, _itemsCount));
|
var result = new EcsSpan(_worldID, new ReadOnlySpan<int>(_dense.Ptr + 1, _itemsCount));
|
||||||
#if DRAGONECS_DEEP_DEBUG
|
#if DRAGONECS_DEEP_DEBUG
|
||||||
var r2 = _world.WhereToGroup(out SingleAspect<T> _);
|
//var r2 = _world.WhereToGroup(out SingleAspect<T> _);
|
||||||
if(r2.SetEquals(result) == false)
|
//if(r2.SetEquals(result) == false)
|
||||||
{
|
//{
|
||||||
Throw.DeepDebugException();
|
// Throw.DeepDebugException();
|
||||||
}
|
//}
|
||||||
if (result.Count != _itemsCount)
|
if (result.Count != _itemsCount)
|
||||||
{
|
{
|
||||||
Throw.DeepDebugException();
|
Throw.DeepDebugException();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user