Skip to content

Commit

Permalink
Mutli search_box returns current_box()
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEady committed Feb 28, 2023
1 parent 82b100f commit db3d360
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pol-core/pol/multi/multis.cpp
Expand Up @@ -94,8 +94,7 @@ Core::Range3d UMulti::current_box() const

Core::Range3d UMulti::search_box() const
{
const MultiDef& md = multidef();
return Core::Range3d( pos() + md.minrxyz, pos() + md.maxrxyz + Core::Vec2d( 0, 1 ) );
return current_box();
}

Bscript::BObjectImp* UMulti::get_script_member_id( const int id ) const /// id test
Expand Down

0 comments on commit db3d360

Please sign in to comment.