diff --git a/src/commands/brush-command-helpers.ts b/src/commands/brush-command-helpers.ts index cfbb29eb..33931263 100644 --- a/src/commands/brush-command-helpers.ts +++ b/src/commands/brush-command-helpers.ts @@ -102,7 +102,8 @@ export function replaceBoxBrushFace(document: SceneDocument, brushId: string, fa ...brush.faces, [faceId]: { materialId: face.materialId, - uv: cloneFaceUvState(face.uv) + uv: cloneFaceUvState(face.uv), + climbable: face.climbable } } as typeof brush.faces, geometry: cloneBrushGeometry(brush.geometry)