We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e119731 commit bef93e3Copy full SHA for bef93e3
src/ui/voxel_annotations.ts
@@ -137,6 +137,7 @@ export class VoxelBrushTool extends BaseVoxelTool {
137
138
activate(activation: ToolActivation<this>) {
139
super.activate(activation);
140
+ this.updateBrushOutline();
141
142
activation.registerDisposer(() => {
143
this.getActivePanel()?.clearOverlay();
0 commit comments