|
|
@@ -642,6 +642,7 @@ void b2DynamicTree::ValidateMetrics(int32 index) const |
|
|
|
int32 height;
|
|
|
|
height = 1 + b2Max(height1, height2);
|
|
|
|
b2Assert(node->height == height);
|
|
|
|
juce::ignoreUnused (height);
|
|
|
|
|
|
|
|
b2AABB aabb;
|
|
|
|
aabb.Combine(m_nodes[child1].aabb, m_nodes[child2].aabb);
|
|
|
|