diff options
Diffstat (limited to 'lua/api.lua')
-rwxr-xr-x | lua/api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/api.lua b/lua/api.lua index 0b3d09b..f49035b 100755 --- a/lua/api.lua +++ b/lua/api.lua @@ -129,7 +129,7 @@ function drawers.register_drawer(name, def) def.drawtype = "nodebox" def.node_box = {type = "fixed", fixed = drawers.node_box_simple} def.collision_box = {type = "regular"} - def.selection_box = {type = "regular"} + def.selection_box = {type = "fixed", fixed = drawers.node_box_simple} def.paramtype = "light" def.paramtype2 = "facedir" def.legacy_facedir_simple = true |