Skip to content

Commit 1936ce9

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent db63341 commit 1936ce9

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
@@ -464,7 +464,7 @@ namespace geode
464464

465465
// The acceleration is here:
466466
if( !node( node_index1 )
467-
.intersects( other_tree.impl_->node( node_index2 ) ) )
467+
.intersects( other_tree.impl_->node( node_index2 ) ) )
468468
{
469469
return false;
470470
}

0 commit comments

Comments
 (0)