Skip to content

Commit 7c1dd12

Browse files
MelchiorSchuhgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 597dfa7 commit 7c1dd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/geode/geometry/detail/aabb_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ namespace geode
458458

459459
// The acceleration is here:
460460
if( !node( node_index1 )
461-
.intersects( other_tree.impl_->node( node_index2 ) ) )
461+
.intersects( other_tree.impl_->node( node_index2 ) ) )
462462
{
463463
return false;
464464
}

0 commit comments

Comments
 (0)