Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Sep 1, 2024
1 parent 8e9e9df commit a03bb4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions YantraJS.Core/Core/Storage/SAUint32Map.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ private ref Node GetNode(uint originalKey, bool create = false)
this.roots = this.nodes.Allocate(4);
}

if (originalKey == 0)
{
node = ref this.nodes[this.roots, 0];
return ref node;
}
//if (originalKey == 0)
//{
// node = ref this.nodes[this.roots, 0];
// return ref node;
//}

var leaves = this.roots;

Expand Down

0 comments on commit a03bb4f

Please sign in to comment.