mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-04-08 09:41:24 +02:00
wea.sculpt.apply: Comment debug logging
This commit is contained in:
@ -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)
|
local success, brush, brush_size_actual = wea.sculpt.make_brush(brush_name, brush_size)
|
||||||
if not success then return success, brush end
|
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(
|
local brush_size_terrain = Vector3.new(
|
||||||
brush_size_actual.x,
|
brush_size_actual.x,
|
||||||
|
Reference in New Issue
Block a user