wea.sculpt.apply: Comment debug logging

This commit is contained in:
Starbeamrainbowlabs 2022-01-02 17:19:53 +00:00
parent 3db39a3789
commit bc1ded787c
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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,