From b73d7846d810d70e1543d6dc1a0cf8cdd6b60a61 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Mon, 2 Jul 2007 18:54:34 +0000 Subject: [PATCH] Made adjustments to reflect the recent name change of Nuclex.SpecialFx to Nuclex.Graphics.Effects; fixed all remaining compiler warnings git-svn-id: file:///srv/devel/repo-conversion/nusu@32 d2e56fa2-650e-0410-a79f-9358c0239efd --- Source/SpatialPartitioning/RTreeNode2.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/SpatialPartitioning/RTreeNode2.cs b/Source/SpatialPartitioning/RTreeNode2.cs index 45cf63f..15d65f1 100644 --- a/Source/SpatialPartitioning/RTreeNode2.cs +++ b/Source/SpatialPartitioning/RTreeNode2.cs @@ -31,6 +31,7 @@ namespace Nuclex.Support.SpatialPartitioning { /// Number of items that can fit in the node public RTreeNode2(int capacity) { this.leafs = new RTreeLeaf2[capacity]; + this.leafCount = 0; } /// Inserts an item into this node