mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-10-31 21:33:02 +00:00
wea.sculpt.apply: Comment debug logging
This commit is contained in:
parent
3db39a3789
commit
bc1ded787c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ local function apply(pos1, brush_name, height, brush_size)
|
|||
local success, brush, brush_size_actual = wea.sculpt.make_brush(brush_name, brush_size)
|
||||
if not success then return success, brush end
|
||||
|
||||
print(wea.sculpt.make_preview(brush, brush_size_actual))
|
||||
-- print(wea.sculpt.make_preview(brush, brush_size_actual))
|
||||
|
||||
local brush_size_terrain = Vector3.new(
|
||||
brush_size_actual.x,
|
||||
|
|
Loading…
Reference in a new issue