diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 64d584ac..c2401d2d 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -3080,7 +3080,7 @@ export class RuntimeHost { if (this.runtimeScene !== null) { const brush = - this.runtimeScene.brushes.find((candidate) => candidate.brushId === brushId) ?? + this.runtimeScene.brushes.find((candidate) => candidate.id === brushId) ?? null; if (brush !== null) {