mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix connected nodes' selection boxes.
This allows the player to more easily target and punch connected nodeboxes, especially if they have a fixed nodebox that is very small, like technic cabling, or xpanes. Tried it on fences and my xpane conversion, and happy with the result.
This commit is contained in:
@@ -245,7 +245,7 @@ struct MapNode
|
||||
/*
|
||||
Gets list of selection boxes
|
||||
*/
|
||||
void getSelectionBoxes(INodeDefManager *nodemg, std::vector<aabb3f> *boxes);
|
||||
void getSelectionBoxes(INodeDefManager *nodemg, std::vector<aabb3f> *boxes, u8 neighbors = 0);
|
||||
|
||||
/*
|
||||
Gets list of collision boxes
|
||||
|
Reference in New Issue
Block a user